ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
HI,
image_proc/crop_decimate
subscribes following topics (wiki/crop_decimate):
camera/image_raw
camera/camera_info
To me it seems like the remapping line is not correct:
<remap from="/camera/camera_info" to="/camera_info"/>
Just leave the line out. It is already the way it is supposed to be.
Hope that helped.