ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
What does your CMakeLists.txt look like? Are you finding and linking OpenCV to your program? Double check that.
2 | update |
What does your CMakeLists.txt look like? Are you finding and linking OpenCV to your program? Double check that.
Also try changing your include to:
#include <cv_bridge/cv_bridge.h>