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

RVIz crashes

asked 2011-10-04 21:27:25 -0500

apalomer gravatar image

updated 2011-10-04 23:23:49 -0500

dornhege gravatar image

Hi, when I tray to run rviz it crashes and give this message:

[ERROR] [1317805053.151646864]: Caught exception while loading: Tried to subscribe to a topic with the same name but different md5sum as a topic that was already subscribed [sensor_msgs/CameraInfo/c9a58c1b0b154e0e6da7578cb991d214 vs. sensor_msgs/Image/060021388200f6f0f447d0fcd9c64743]

I have looked for it all around internet but found nothing.

Can somebody help me?

Thanks!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
4

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

joq gravatar image

updated 2011-10-05 03:01:40 -0500

Usually, MD5 message signature mismatches are due to incompatible message versions, 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).

edit flag offensive delete link more
0

answered 2011-10-14 01:34:52 -0500

quimnuss gravatar image

You can reset the RViZ configuration by deleting the ~/.rviz/display_config in case you'd want to start over.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-10-04 21:27:25 -0500

Seen: 1,237 times

Last updated: Oct 14 '11