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

answered 2011-10-05 03:01:17 -0500

joq gravatar image

Usually, MD5 message signature mismatches are due to incompatible message versions, usually from mixing code from multiple releases.

In this case, it appears that you are somehow confusing the topic names for sensor_msgs/CameraInfo and sensor_msgs/Image. Those are two different messages that are typically published simultaneously on separate topic names by camera drivers. Their topic names usually end in camera/camera_info and camera/image_raw (respectively).

Usually, MD5 message signature mismatches are due to incompatible message versions, usually often from mixing code from multiple releases.

In this case, it appears that you are somehow confusing the topic names for sensor_msgs/CameraInfo and sensor_msgs/Image. Those are two different messages that are typically published simultaneously on separate topic names by camera drivers. Their topic names usually end in camera/camera_info and camera/image_raw (respectively).