update README

This commit is contained in:
AtsushiSakai
2017-06-04 10:21:12 -07:00
parent 118bedd6b2
commit 5f13d88507

View File

@@ -15,7 +15,7 @@ Python sample codes for robotics algorithm.
# Path Planning
Path Planning Samples.
Path planning algorithm samples.
## RRT
@@ -79,6 +79,20 @@ A sample code with Reeds Shepp path planning.
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/ReedsSheppPath/figure_1-7.png?raw=true)
# Path tracking
Path tracking algorithm samples.
# Pure pursuit
Path tracking simulation with pure pursuit steering control and PID speed control.
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/pure_pursuit/Figure_1-3.png)
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/pure_pursuit/2Figure_1-2.png)
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/pure_pursuit/4Figure_1-2.png)
# License
MIT