Python wrapper for TinyMPC.
pip install tinympcFor development installation:
git clone --recursive https://github.com/TinyMPC/tinympc-python.git
cd tinympc-python
pip install -e .The examples/ directory contains:
cartpole_example_one_solve.pycartpole_example_mpc_constrained.pycartpole_example_mpc.pycartpole_example_code_generation.pyquadrotor_hover_code_generation.py- For online hyperparameter tuning of rho setENABLE_ADAPTIVE_RHOtoTrue
Documentation and examples can be found here.