Skip to content

Commit

Permalink
added instructions for mpc usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Herpderk committed Aug 18, 2023
1 parent e0fd56e commit 82a4d29
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,21 @@
4. Test it out with an example
```
ros2 launch px4_ros_com sensor_combined_listener.launch.py
```
```


### Acados Installation (for MPC usage)

1. [Follow these instructions to install Acados.](https://docs.acados.org/installation/)

2. [Install the Python interface afterwards.](https://docs.acados.org/python_interface/index.html)


### Install required and local Python libraries (again, for MPC usage)

1. cd into this repo's root directory.

2. Run:
```
pip install -e .
```

0 comments on commit 82a4d29

Please sign in to comment.