From 93a868ed593cc37e4e8921c00c08ebeba2b838ae Mon Sep 17 00:00:00 2001 From: AtsushiSakai Date: Sun, 21 May 2017 11:06:37 -0700 Subject: [PATCH] update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3438c832..b30fd7e9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Python sample codes for robotics algorithm. # Path Planning -Path Planning Sample. +Path Planning Samples. ## RRT @@ -26,6 +26,12 @@ This script is a path planning code with RRT \* - [Incremental Sampling-based Algorithms for Optimal Motion Planning](https://arxiv.org/abs/1005.0416) +## RRT Car + +![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. + ## Dubins path planning A sample code for Dubins path planning.