rst-tu-dortmund/mpc_local_planner

Corbo dependencies making caktin_make fail

Closed this issue · 1 comments

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.
Screen Shot 2020-11-20 at 10 34 23 am

This is proof that I have the control_box_rst installed and I also installed the mpc_local_planner package:
Screen Shot 2020-11-20 at 10 34 57 am

And this is part of my CMakeLists.txt file:
Screen Shot 2020-11-20 at 10 47 45 am
Screen Shot 2020-11-20 at 10 47 27 am

You need to install IPOPT from source and using the apt-get command as well. Then it builds! Got the code working on ROS Melodic.