ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This topic is probably of type sensor_msgs/Image. You could use Rqt image view to look at the images being published to this topic.
Another option is to actually convert the ROS Messages to an OpenCV image. To interface ROS with openCV you need the cv_bridge package. This can be found on the ROS Wiki.