mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 22:38:09 -05:00
update README
This commit is contained in:
12
README.md
12
README.md
@@ -9,18 +9,22 @@ Path Planning Sample.
|
||||
|
||||
Rapidly Randamized Tree Path plainning sample.
|
||||
|
||||
### simple_rrt.py
|
||||
|
||||

|
||||
|
||||
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
|
||||

|
||||
|
||||
This script is a path planning code with RRT \*
|
||||
|
||||
|
||||
## Dubins path planning
|
||||
|
||||
A sample code for Dubins path planning.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user