mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
fix README
This commit is contained in:
16
README.md
16
README.md
@@ -129,6 +129,22 @@ This code uses the model predictive trajectory generator to solve boundary probl
|
||||
|
||||

|
||||
|
||||
## Probabilistic Road-Map (PRM) planning
|
||||
|
||||
This PRM planner uses Dijkstra method for graph search.
|
||||
|
||||

|
||||
|
||||
In the animation, blue points are sampled points,
|
||||
|
||||
Cyan cross means searched with Dijkstra method,
|
||||
|
||||
The final red line is the final path from PRM.
|
||||
|
||||
- [Probabilistic roadmap \- Wikipedia](https://en.wikipedia.org/wiki/Probabilistic_roadmap)
|
||||
|
||||
|
||||
|
||||
## Rapidly-Exploring Random Trees (RRT)
|
||||
|
||||
### Basic RRT
|
||||
|
||||
Reference in New Issue
Block a user