update README

This commit is contained in:
AtsushiSakai
2017-05-05 23:26:32 -07:00
parent ee91694c8e
commit c26a2a2118

View File

@@ -9,18 +9,22 @@ Path Planning Sample.
Rapidly Randamized Tree Path plainning sample.
### simple_rrt.py
![PythonによるRapidly-Exploring Random Trees (RRT)パスプランニングサンプルプログラム - MyEnigma](http://cdn-ak.f.st-hatena.com/images/fotolife/m/meison_amsl/20160320/20160320175657.png)
This script is a simple rrt planning code with Rapidly-Exploring Random Trees (RRT)
This script is a simple path planning code with Rapidly-Exploring Random Trees (RRT)
see (in Japanese) :
[PythonによるRapidly-Exploring Random Trees (RRT)パスプランニングサンプルプログラム - MyEnigma](http://myenigma.hatenablog.com/entry/2016/03/23/092002)
## RRTStar
### Dubins path planning
![PythonRobotics/figure_1.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/scripts/PathPlanning/RRTstar/figure_1.png)
This script is a path planning code with RRT \*
## Dubins path planning
A sample code for Dubins path planning.