Skip to content

Commit cc4acc1

Browse files
committed
add modelpredictivetrajectorygenerator
1 parent 5160704 commit cc4acc1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
Python sample codes for robotics algorithm.
44

5-
65
# Requirements
76

87
- numpy
@@ -15,8 +14,17 @@ Python sample codes for robotics algorithm.
1514

1615
# Path Planning
1716

18-
Path planning algorithm samples.
17+
Path planning algorithm.
18+
19+
# Model Predictive Trajectry Generator
20+
21+
This script is a path planning code with model predictive trajectry generator.
22+
23+
24+
![PythonRobotics/figure_1.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/ModelPredictiveTrajectoryGenerator/kn05animation.gif)
1925

26+
see:
27+
- [Optimal rough terrain trajectory generation for wheeled mobile robots](http://journals.sagepub.com/doi/pdf/10.1177/0278364906075328)
2028

2129
## RRT
2230

0 commit comments

Comments
 (0)