ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Are you running the image_proc node? See for http://www.ros.org/wiki/image_proc details, but mainly, you have to run something like:
ROS_NAMESPACE=camera rosrun image_proc image_proc image_raw:=/camera/image
and to test
rosrun image_view image_view image:=/camera/image_rect_color