Expand description
D* (original) path planning algorithm
The original D* algorithm by Anthony Stentz (1994) for optimal path planning with dynamic obstacle detection. Unlike D* Lite, this uses the classic OPEN list with NEW/OPEN/CLOSED state tags.
Reference: https://en.wikipedia.org/wiki/D*
Structsยง
- DStar
- D* (original) path planner.