Open harisiva1 opened 3 years ago
were the dependencies properly installed?
do you have ros-melodic-geometry-msgs
? It seems like it is trying to link it to eloquent stuff..
sorry for the late reply. regarding the dependencies --> yes everything is perfect.please see the below image
I am using both ros melodic and eloquent as i need both to work on a project. regarding the geometry-msg i don't get what do you mean.how do i check it? Thanks in advance!
hmm okay so seems like you did that part correctly. Just to be sure cartographer does not have a missing dependency:
try sudo apt install ros-melodic-geometry-msgs
and see if anything new is installed or not
although looking at the code to me it very much seems like dependencies are handled correctly and also our CI should fail if this was a problem.
Hi, I am trying to build the cartographer package using the below command line. catkin_make_isolated --install --use-ninja i am using Ros : Melodic cartographer and cartographer_ros_msgs gets compiled but the cartographer_ros package gets failed and the reason is not clear for me.can anyone support?