mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-02-18 23:44:28 -05:00
Re-architecture document structure (#669)
* Rearchitecture document structure * Rearchitecture document structure * Rearchitecture document structure * Rearchitecture document structure * Rearchitecture document structure * Rearchitecture document structure * Rearchitecture document structure
This commit is contained in:
17
docs/modules/path_planning/vrm_planner/vrm_planner_main.rst
Normal file
17
docs/modules/path_planning/vrm_planner/vrm_planner_main.rst
Normal file
@@ -0,0 +1,17 @@
|
||||
Voronoi Road-Map planning
|
||||
-------------------------
|
||||
|
||||
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathPlanning/VoronoiRoadMap/animation.gif
|
||||
|
||||
This Voronoi road-map planner uses Dijkstra method for graph search.
|
||||
|
||||
In the animation, blue points are Voronoi points,
|
||||
|
||||
Cyan crosses mean searched points with Dijkstra method,
|
||||
|
||||
The red line is the final path of Vornoi Road-Map.
|
||||
|
||||
Ref:
|
||||
|
||||
- `Robotic Motion Planning <https://www.cs.cmu.edu/~motionplanning/lecture/Chap5-RoadMap-Methods_howie.pdf>`__
|
||||
|
||||
Reference in New Issue
Block a user