File tree Expand file tree Collapse file tree 3 files changed +0
-146
lines changed
PathPlanning/MixIntegerPathPlanning Expand file tree Collapse file tree 3 files changed +0
-146
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments