mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 23:37:56 -05:00
updte README
This commit is contained in:
13
README.md
13
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 \*
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user