/OSU-ADAS-MPC

Adaptive Cruise Control Model Predictive Control and Lane Keeping Assist Model Predictive Control (MATLAB) using CasADi

Primary LanguageMATLAB

This is a collection of python examples for CasADi 3.5.1.
Consult the documentation online at http://docs.casadi.org/v3.5.1/api/html/annotated.html.

To run an example vdp_single_shooting.py, you have several options:

a) fire up a terminal, navigate to this directory, and type "python vdp_single_shooting.py"
b) fire up a terminal, navigate to this directory, and type "ipython" and then "run vdp_single_shooting.py"
c) start spyder, open vdp_single_shooting.py and press "run".