Skip to main content

Module d_star

Module d_star 

Source
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.