ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The input to image_view is a topic, not a parameter. (the command-line usage here can be a little confusing).
Try using the <remap>
tag:
<remap from="image" to="/camera/image_raw"/>