ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
How do you launch the files? Could you do a rostopic hz on /camera/image? You might want to have the
imgMsgToCv
in the try catch as this creates the exception. Further the
cvNamedWindow("Subscriber");
cvDestroyWindow("Subscriber");
must have the same windowname as
cvShowImage("view",img_original);