Skip to content

Commit 7297d5a

Browse files
committed
fix typo
1 parent cc4acc1 commit 7297d5a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Python sample codes for robotics algorithm.
1616

1717
Path planning algorithm.
1818

19-
# Model Predictive Trajectry Generator
19+
# Model Predictive Trajectory Generator
2020

21-
This script is a path planning code with model predictive trajectry generator.
21+
This script is a path planning code with model predictive trajectory generator.
2222

2323

2424
![PythonRobotics/figure_1.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/ModelPredictiveTrajectoryGenerator/kn05animation.gif)
@@ -28,7 +28,7 @@ see:
2828

2929
## RRT
3030

31-
Rapidly Randamized Tree Path plainning sample.
31+
Rapidly Randamized Tree Path planning sample.
3232

3333
![PythonRobotics/figure_1.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/RRT/animation.gif)
3434

@@ -49,7 +49,6 @@ This script is a path planning code with RRT \*
4949

5050
## RRT Car
5151

52-
<!-- ![PythonRobotics/figure_1.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/RRTCar/figure_1.png) -->
5352
![PythonRobotics/figure_1.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/RRTCar/animation.gif)
5453

5554
Path planning for a car robot with RRT and dubins path planner.

0 commit comments

Comments
 (0)