File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ Python wrapper for [TinyMPC](https://tinympc.org/).
66 pip install tinympc
77```
88
9+
10+ For development installation:
11+ ``` bash
12+ git clone --recursive https://github.com/TinyMPC/tinympc-python.git
13+ cd tinympc-python
14+ pip install -e .
15+ ```
16+
17+ ## Examples
18+
19+ The ` examples/ ` directory contains:
20+ - ` cartpole_example_one_solve.py `
21+ - ` cartpole_example_mpc_constrained.py `
22+ - ` cartpole_example_mpc.py `
23+ - ` cartpole_example_code_generation.py `
24+ - ` quadrotor_hover_code_generation.py ` - For online hyperparameter tuning of rho set ``` ENABLE_ADAPTIVE_RHO ``` to ``` True ```
25+
26+
27+
928## Documentation
1029
1130Documentation and examples can be found [ here] ( https://tinympc.org/get-started/installation/ ) .
You can’t perform that action at this time.
0 commit comments