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 uses a different topic for each image compression; are you sure you're forwarding the correct topics? You may also want to forward the camera_info topic.

Take a look at http://ros.org/wiki/image_transport for more information.

Image transport uses a different topic for each image compression; are you sure you're forwarding the correct topics? You may also want to forward the camera_info topic.

Take a look at http://ros.org/wiki/image_transport for more information.

EDIT 1:

Does the remote(forwarded) image_view continue to work after you close the local image_view? If so, then the local image_view is doing some sort of setup that the remote image_view isn't able to do, probably because something isn't forwarded properly.

You may want to look at which services your camera node advertises, and try forwarding those.