updte README

This commit is contained in:
AtsushiSakai
2017-05-21 11:09:51 -07:00
parent 93a868ed59
commit d8b41c2030

View File

@@ -1,10 +1,21 @@
# PythonRobotics
Python sample codes for robotics algorithm.
# Requirements
- numpy
- scipy
- matplotlib
# Path Planning
Path Planning Samples.
## RRT
Rapidly Randamized Tree Path plainning sample.
@@ -30,7 +41,7 @@ This script is a path planning code with RRT \*
![PythonRobotics/figure_1.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/scripts/PathPlanning/RRTCar/figure_1.png)
Path planning for car like robot with RRT and dubins path planner.
Path planning for a car robot with RRT and dubins path planner.
## Dubins path planning