Skip to content

Commit 79e5cf4

Browse files
committed
remove mixed integer path planning
1 parent 869085f commit 79e5cf4

File tree

3 files changed

+0
-146
lines changed

3 files changed

+0
-146
lines changed
-1.09 MB
Binary file not shown.

PathPlanning/MixIntegerPathPlanning/mix_integer_opt_path_planning.py

Lines changed: 0 additions & 125 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Python codes for robotics algorithm.
4646
* [Dubins path planning](#dubins-path-planning)
4747
* [Reeds Shepp planning](#reeds-shepp-planning)
4848
* [Optimal Trajectory in a Frenet Frame](#optimal-trajectory-in-a-frenet-frame)
49-
* [Mix Integer Optimization based model predictive planning and control](#mix-integer-optimization-based-model-predictive-planning-and-control)
5049
* [Path tracking](#path-tracking)
5150
* [Pure pursuit tracking](#pure-pursuit-tracking)
5251
* [Stanley control](#stanley-control)
@@ -438,26 +437,6 @@ Ref:
438437
- [Optimal trajectory generation for dynamic street scenarios in a Frenet Frame](https://www.youtube.com/watch?v=Cj6tAQe7UCY)
439438

440439

441-
442-
## Mix Integer Optimization based model predictive planning and control
443-
444-
![2](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/MixIntegerPathPlanning/animation.gif)
445-
446-
A model predictive planning and control code with mixed integer programming.
447-
448-
It is based on this paper.
449-
450-
- [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)
451-
452-
This code uses cvxpy as an optimization modeling tool,
453-
454-
- [Welcome to CVXPY 1\.0 — CVXPY 1\.0\.0 documentation](https://cvxgrp.github.io/cvxpy/index.html)
455-
456-
Gurobi is used as a solver for mix integer optimization problem.
457-
458-
- [Gurobi Optimization \- The State\-of\-the\-Art Mathematical Programming Solver](http://www.gurobi.com/)
459-
460-
461440
# Path tracking
462441

463442
## Pure pursuit tracking

0 commit comments

Comments
 (0)