Hello @Playfish ,
When I recomplie cv_bridge with "catkin_make",it came out
CMake Error at /home/ubuntu/catkin_ws/devel/share/cv_bridge/cmake/cv_bridgeConfig.cmake:106 (message):
Project 'cv_bridge' specifies '/usr/include/opencv-3.1.0-dev/opencv' as an
include dir, which is not found. It does neither exist as an absolute
directory nor in
'/home/ubuntu/catkin_ws/src/vision_opencv/cv_bridge//usr/include/opencv-3.1.0-dev/opencv'.
In my computer is opencv3.2.0,Can you tell me how to do with it ?thanks a lot .
Hi, @66loveslife ,You should use opencv 3.1.0 for this repo.
Make sure you had install that with your /usr/ And also using apt-get install ros-indigo-opencv3
Hello @Playfish , When I recomplie cv_bridge with "catkin_make",it came out CMake Error at /home/ubuntu/catkin_ws/devel/share/cv_bridge/cmake/cv_bridgeConfig.cmake:106 (message): Project 'cv_bridge' specifies '/usr/include/opencv-3.1.0-dev/opencv' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/ubuntu/catkin_ws/src/vision_opencv/cv_bridge//usr/include/opencv-3.1.0-dev/opencv'. In my computer is opencv3.2.0,Can you tell me how to do with it ?thanks a lot .