ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Do you have the theora_image_transport
plugin installed? On ubuntu, you can install it with apt-get install ros-[distro]-theora-image-transport
.
You have a typo in your rosrun line. n:=camera/image
should be in:=camera/image
. No idea if this is related to the error though.
2 | No.2 Revision |
Do you have the theora_image_transport
plugin installed? On ubuntu, you can install it with apt-get install ros-[distro]-theora-image-transport
.
You also have a typo in your rosrun line. n:=camera/image
should be in:=camera/image
. No idea if this is related to the error though..
3 | No.3 Revision |
Do you have the theora_image_transport
plugin installed? On ubuntu, you can install it with apt-get install
.ros-[distro]-theora-image-transportros-[version]-theora-image-transport
You also have a typo in your rosrun line. n:=camera/image
should be in:=camera/image
.