mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 14:48:02 -05:00
update README
This commit is contained in:
15
README.md
15
README.md
@@ -59,9 +59,9 @@ Python codes for robotics algorithm.
|
||||
|
||||
- pandas
|
||||
|
||||
- [pyReedsShepp](https://github.com/ghliu/pyReedsShepp) (Only for reeds sheep path and RRTStarCar_reeds_sheep)
|
||||
- [pyReedsShepp](https://github.com/ghliu/pyReedsShepp)
|
||||
|
||||
- [cvxpy](https://cvxgrp.github.io/cvxpy/index.html) (Only for mix integer optimization based model predictive planning and control)
|
||||
- [cvxpy](https://cvxgrp.github.io/cvxpy/index.html)
|
||||
|
||||
# How to use
|
||||
|
||||
@@ -438,6 +438,17 @@ Path tracking simulation with LQR speed and steering control.
|
||||

|
||||
|
||||
|
||||
## Model predictive speed and steering control
|
||||
|
||||
Path tracking simulation with iterative linear model predictive speed and steering control.
|
||||
|
||||

|
||||
|
||||
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)
|
||||
|
||||
|
||||
# License
|
||||
|
||||
MIT
|
||||
|
||||
Reference in New Issue
Block a user