The mpc_local_planner package implements a plugin to the base_local_planner of the 2D navigation stack. It provides a generic and versatile model predictive control implementation with minimum-time and quadratic-form receding-horizon configurations.
I have been trying to build my project for the last two days without any success. I keep getting corbo dependencies errors, even though I have installed the control_box_rst package and I doubled checked that it is on the include directory of ROS melodic. Can you give me a hand on this one?
I am using ROS Melodic with C++ and I have installed both packages, mpc_local_planner and control_box_rst, using the installation instructions on the official github.
This is the error I am getting every time I try to build the project. It is either corbo-controllers or corbo-core giving me a headache. The only way to avoid this error is to not include any of the mpc_local_planner headers.
This is proof that I have the control_box_rst installed and I also installed the mpc_local_planner package:
Hello,
I have been trying to build my project for the last two days without any success. I keep getting corbo dependencies errors, even though I have installed the control_box_rst package and I doubled checked that it is on the include directory of ROS melodic. Can you give me a hand on this one?
I am using ROS Melodic with C++ and I have installed both packages, mpc_local_planner and control_box_rst, using the installation instructions on the official github.
This is the error I am getting every time I try to build the project. It is either corbo-controllers or corbo-core giving me a headache. The only way to avoid this error is to not include any of the mpc_local_planner headers.
This is proof that I have the control_box_rst installed and I also installed the mpc_local_planner package:
And this is part of my CMakeLists.txt file: