You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
Python sample codes for robotics algorithm.
4
4
5
-
6
5
# Requirements
7
6
8
7
- numpy
@@ -15,8 +14,17 @@ Python sample codes for robotics algorithm.
15
14
16
15
# Path Planning
17
16
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
+

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