mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 10:37:54 -05:00
update README
This commit is contained in:
@@ -18,10 +18,12 @@ Path planning algorithm.
|
||||
|
||||
## Dijkstra grid search
|
||||
|
||||
This is a 2D grid based shortest path planning with Dijkstra method.
|
||||
This is a 2D grid based shortest path planning with Dijkstra's algorithm.
|
||||
|
||||

|
||||
|
||||
In the animation, cyan points are searched nodes.
|
||||
|
||||
## Model Predictive Trajectory Generator
|
||||
|
||||
This script is a path planning code with model predictive trajectory generator.
|
||||
|
||||
Reference in New Issue
Block a user