Skip to content

Commit 4bb8c2e

Browse files
update
1 parent ebf0118 commit 4bb8c2e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1130
Documentation and examples can be found [here](https://tinympc.org/get-started/installation/).

0 commit comments

Comments
 (0)