- The
mpc_controller
package requires acados. To install it, run the following script:
$ ./install_prerequisites.sh [installation_path]
- If no installation path is provided, acados will be installed in
home/acados
.
-
If an installation path is provided, update the
ACADOS_INSTALL_DIR
in thelaunch/wbc.launch
. -
Build the package
$ catkin build mpc_controller
- To check that acados runs as expected, after sourcing the ws run:
roslaunch mpc_controller mpc.launch
After sourcing the ws
roslaunch mpc_controller wbc.launch