ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error appears to be in your code file my_publisher.cpp because WaitKey is not in the cv scope, which makes sense because it appears to be cv::waitKey in C++, see:

http://docs.opencv.org/modules/highgui/doc/user_interface.html#waitkey

I don't believe this has anything to do with your build files or ROS.