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

Revision history [back]

The republish node does not republish the CameraInfo message. You can use topic remapping to solve this problem. In the application which uses the republished image message, you should be able to remap the camera_info message back to the old one. Your call will look something like:

rosrun package binary usb_cam_repub/camera_info:=usb_cam/camera_info

You can read more about remapping arguments here