File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Python sample codes for robotics algorithm.
25
25
* [ Cubic spline planning] ( #cubic-spline-planning )
26
26
* [ Dubins path planning] ( #dubins-path-planning )
27
27
* [ Reeds Shepp planning] ( #reeds-shepp-planning )
28
+ * [ Mix Integer Optimization based model predictive planning and control] ( #mix-integer-optimization-based-model-predictive-planning-and-control )
28
29
* [ Path tracking] ( #path-tracking )
29
30
* [ Pure pursuit tracking] ( #pure-pursuit-tracking )
30
31
* [ Rear wheel feedback control] ( #rear-wheel-feedback-control )
@@ -42,6 +43,8 @@ Python sample codes for robotics algorithm.
42
43
43
44
- [ pyReedsShepp] ( https://github.com/ghliu/pyReedsShepp ) (Only for reeds sheep path and RRTStarCar_reeds_sheep)
44
45
46
+ - [ cvxpy] ( https://cvxgrp.github.io/cvxpy/index.html ) (For mix integer optimization based model predictive planning and control)
47
+
45
48
# Path Planning
46
49
47
50
Path planning algorithm.
You can’t perform that action at this time.
0 commit comments