File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Python sample codes and documents about Autonomous vehicle control algorithm. Th
2525 * [ A* ] ( #a )
2626 * [ Bidirectional A* ] ( #bidirectional-a )
2727 * [ Hybrid A* ] ( #hybrid-a )
28+ * [ D* ] ( #d )
2829 * [ Dijkstra] ( #dijkstra )
2930 * [ RRT] ( #rrt )
3031 * [ Path Tracking] ( #path-tracking )
@@ -120,6 +121,11 @@ Planning
120121#### Hybrid A*
121122Planning
122123
124+ #### D*
125+ Planning with dynamic obstacle replanning
126+ 
127+ Navigation (car switches to replanned path mid-drive)
128+ 
123129#### Dijkstra
124130Planning(Reduce frames by sampling every nth node to prevent memory exhaustion)
125131
You can’t perform that action at this time.
0 commit comments