You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faced an issue at section 3.2 in the repo when executing the command: catkin build ccmslam --cmake-args -DG2O_U14=0 -DCMAKE_BUILD_TYPE=Release
Error faced:
CMake Error at /opt/ros/melodic/share/cv_bridge/cmake/cv_bridgeConfig.cmake:113 (message):
Project 'cv_bridge' specifies '/usr/include/opencv' as an include dir,
which is not found. It does neither exist as an absolute directory nor in
'${{prefix}}//usr/include/opencv'. Check the issue tracker
'https://github.com/ros-perception/vision_opencv/issues' and consider
creating a ticket if the problem has not been reported yet.
Call Stack (most recent call first):
/opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:76 (find_package)
CMakeLists.txt:66 (find_package)
The text was updated successfully, but these errors were encountered:
Created a fresh install of ROS Melodic on Ubuntu 18.04 following instructions from:
http://wiki.ros.org/melodic/Installation/Ubuntu
Also was going through instruction in the the next repo to run the provided simulation:
https://github.com/VIS4ROB-lab/ccm_slam
Faced an issue at section 3.2 in the repo when executing the command:
catkin build ccmslam --cmake-args -DG2O_U14=0 -DCMAKE_BUILD_TYPE=Release
Error faced:
The text was updated successfully, but these errors were encountered: