update docs (#589)

* update docs

* update docs
This commit is contained in:
Atsushi Sakai
2021-12-01 23:00:39 +09:00
committed by GitHub
parent 2c077225a7
commit 4d60c3c0b1
32 changed files with 493 additions and 409 deletions

View File

@@ -0,0 +1,21 @@
RRT\*
~~~~~
.. figure:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathPlanning/RRTstar/animation.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/rrt_star/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>`__