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

help with rosrun image_transport

asked 2014-12-26 13:33:18 -0500

neoDEH gravatar image

I have been following the tutorial http://wiki.ros.org/image_transport/T... But when i ran rosrun image_transport my_publisher path/to/some/image.jpg it says

[rosrun] Couldn't find executable named my_publisher below /opt/ros/indigo/share/image_transport

i think there is a mistake in http://wiki.ros.org/image_transport/T... where after git clone it says mkdir src which is already there.

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-01-04 15:08:18 -0500

Alexandre.Willame gravatar image

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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-12-26 13:33:18 -0500

Seen: 240 times

Last updated: Jan 04 '15