Skip to content

Commit af6efa4

Browse files
committed
add README
1 parent 078eb1d commit af6efa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Python sample codes for robotics algorithm.
2525
* [Cubic spline planning](#cubic-spline-planning)
2626
* [Dubins path planning](#dubins-path-planning)
2727
* [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)
2829
* [Path tracking](#path-tracking)
2930
* [Pure pursuit tracking](#pure-pursuit-tracking)
3031
* [Rear wheel feedback control](#rear-wheel-feedback-control)
@@ -42,6 +43,8 @@ Python sample codes for robotics algorithm.
4243

4344
- [pyReedsShepp](https://github.com/ghliu/pyReedsShepp) (Only for reeds sheep path and RRTStarCar_reeds_sheep)
4445

46+
- [cvxpy](https://cvxgrp.github.io/cvxpy/index.html) (For mix integer optimization based model predictive planning and control)
47+
4548
# Path Planning
4649

4750
Path planning algorithm.

0 commit comments

Comments
 (0)