ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Well, it could not detect OpenCV2 package in ROS Kinetic version because kinetic has an OpenCV3 package in their Debain package as default.
First of all, you need to install (if you haven't install opencv before)
sudo apt-get install ros-kinetic-opencv3
Secondly, change the dependency to opencv3 from opencv2 in that concerned package and then catkin_make.
Hope it helps!