Files
PythonRobotics/docs/modules/path_planning/rrt_star.rst
Atsushi Sakai eb1fec748f Clean up Path planning docs (#579)
* update docs

* update docs
2021-11-26 23:14:23 +09:00

23 lines
580 B
ReStructuredText

RRT\*
~~~~~
.. figure:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathPlanning/RRTstar/animation.gif
:alt: gif
This is a path planning code with RRT\*
Black circles are obstacles, green line is a searched tree, red crosses are start and goal positions.
Simulation
^^^^^^^^^^
.. image:: rrt_star_files/rrt_star_1_0.png
:width: 600px
Ref
^^^
- `Sampling-based Algorithms for Optimal Motion Planning <https://arxiv.org/pdf/1105.1186.pdf>`__
- `Incremental Sampling-based Algorithms for Optimal Motion Planning <https://arxiv.org/abs/1005.0416>`__