nobleo / rviz_satellite

Display internet satellite imagery in RViz
Apache License 2.0
530 stars 226 forks source link

Fix opencv NOTFOUND issue with new OpenCV version #37

Closed AlexReimann closed 6 years ago

AlexReimann commented 6 years ago

There is an issue with catkin and recent OpenCV versions: https://discourse.ros.org/t/opencv-3-3-1-is-breaking-builds-in-kinetic/3384/5

Full error: No rule to make target 'opencv_calib3d-NOTFOUND', needed by '/opt/ws/devel/.private/rviz_satellite/lib/librviz_satellite.so'

Moving OpenCV as dependency into the catkin package and removing the OpenCV library linking (as it is already included into the catkin library linking) solves the issue (as described by tfoote here).

Rayman commented 6 years ago

I've made another solution for the same problem: gareth-cross/rviz_satellite#39