ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can use the republish node to convert the transport from compressed to raw. Your call will look something like this:
rosrun image_transport republish compressed in:=(in_base_topic) raw out:=(out_base_topic)