From d8b41c20300cb124bb683f1f369ac59e39cf6727 Mon Sep 17 00:00:00 2001 From: AtsushiSakai Date: Sun, 21 May 2017 11:09:51 -0700 Subject: [PATCH] updte README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b30fd7e9..e6b4d317 100644 --- a/README.md +++ b/README.md @@ -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