mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 11:18:15 -05:00
updated README
This commit is contained in:
19
README.md
19
README.md
@@ -195,6 +195,25 @@ A sample code with Reeds Shepp path planning.
|
||||

|
||||

|
||||
|
||||
## Mix Integer Optimization based model predictive planning and control
|
||||
|
||||

|
||||
|
||||
A model predictive planning and control code with mixed integer programming.
|
||||
|
||||
It is based on this paper.
|
||||
|
||||
- [MIXED INTEGER PROGRAMMING FOR MULTI-VEHICLE PATH PLANNING](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.4.2591&rep=rep1&type=pdf)
|
||||
|
||||
This code used cvxpy as optimization modeling tool,
|
||||
|
||||
- [Welcome to CVXPY 1\.0 — CVXPY 1\.0\.0 documentation](https://cvxgrp.github.io/cvxpy/index.html)
|
||||
|
||||
and Gurobi is used as a solver for mix integer optimization problem.
|
||||
|
||||
- [Gurobi Optimization \- The State\-of\-the\-Art Mathematical Programming Solver](http://www.gurobi.com/)
|
||||
|
||||
|
||||
# Path tracking
|
||||
|
||||
Path tracking algorithm samples.
|
||||
|
||||
Reference in New Issue
Block a user