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

image_transport is a different ROS package. Your project is named image_transport_tutorial and you simply need to launch

rosrun image_transport_tutorial my_publisher path/to/some/image.jpg

in order for it to work. You have to make sure that your project is in ROS working path.