mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 22:48:08 -05:00
fix typo
This commit is contained in:
@@ -16,9 +16,9 @@ Python sample codes for robotics algorithm.
|
||||
|
||||
Path planning algorithm.
|
||||
|
||||
# Model Predictive Trajectry Generator
|
||||
# Model Predictive Trajectory Generator
|
||||
|
||||
This script is a path planning code with model predictive trajectry generator.
|
||||
This script is a path planning code with model predictive trajectory generator.
|
||||
|
||||
|
||||

|
||||
@@ -28,7 +28,7 @@ see:
|
||||
|
||||
## RRT
|
||||
|
||||
Rapidly Randamized Tree Path plainning sample.
|
||||
Rapidly Randamized Tree Path planning sample.
|
||||
|
||||

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

|
||||
|
||||
Path planning for a car robot with RRT and dubins path planner.
|
||||
|
||||
Reference in New Issue
Block a user