Skip to content

Commit da666f9

Browse files
committed
updated README
1 parent 140be40 commit da666f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Python sample codes for robotics algorithm.
1616

1717
Path planning algorithm.
1818

19+
## Dijkstra grid search
20+
21+
This is a 2D grid based shortest path planning with Dijkstra method.
22+
23+
![PythonRobotics/figure_1.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/Dijkstra/animation.gif)
24+
1925
## Model Predictive Trajectory Generator
2026

2127
This script is a path planning code with model predictive trajectory generator.

0 commit comments

Comments
 (0)