ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
doing some more searching, this link
http://answers.ros.org/question/133416/opencv-30-and-cv-bridge/
and this repository
https://github.com/mikejmills/vision_opencv
works. It seems it is a matter of using the latest openCV 3.1.0, 3.1.0 does not work with the standard cv_bridge.
2 | No.2 Revision |
doing some more searching, this link
http://answers.ros.org/question/133416/opencv-30-and-cv-bridge/
and this repository
https://github.com/mikejmills/vision_opencv
works. It seems it is a matter of using the latest openCV 3.1.0, 3.1.0 does not work with the standard cv_bridge.
Used mikejmills version and compiled correctly.