mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 13:48:10 -05:00
update README
This commit is contained in:
24
README.md
24
README.md
@@ -22,7 +22,7 @@ Path Planning Samples.
|
||||
|
||||
Rapidly Randamized Tree Path plainning sample.
|
||||
|
||||

|
||||

|
||||
|
||||
This script is a simple path planning code with Rapidly-Exploring Random Trees (RRT)
|
||||
|
||||
@@ -32,7 +32,7 @@ see (in Japanese) :
|
||||
|
||||
## RRTStar
|
||||
|
||||

|
||||

|
||||
|
||||
This script is a path planning code with RRT \*
|
||||
|
||||
@@ -41,22 +41,22 @@ This script is a path planning code with RRT \*
|
||||
|
||||
## RRT Car
|
||||
|
||||
<!--  -->
|
||||

|
||||
<!--  -->
|
||||

|
||||
|
||||
Path planning for a car robot with RRT and dubins path planner.
|
||||
|
||||
|
||||
## RRTStarCar
|
||||
|
||||

|
||||

|
||||
|
||||
Path planning for a car robot with RRT\* and dubings path planner.
|
||||
|
||||
|
||||
## RRTStarCar_reeds_sheep
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
Path planning for a car robot with RRT\* and reeds sheep path planner.
|
||||
|
||||
@@ -66,17 +66,17 @@ A sample code for Dubins path planning.
|
||||
|
||||
[Dubins path - Wikipedia](https://en.wikipedia.org/wiki/Dubins_path)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Reeds Shepp planning
|
||||
|
||||
A sample code with Reeds Shepp path planning.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
# License
|
||||
|
||||
Reference in New Issue
Block a user