What is an md5sum?
Hi,
Anybody could explain me what is exactly md5sum, and could tell me typical problems/solutions about this?
Regards
add a comment
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi,
Anybody could explain me what is exactly md5sum, and could tell me typical problems/solutions about this?
Regards
An md5 sum is a hash. Have a look at the wikipedia page. In ROS, it is used to verify that subscribers and publishers are using exactly the same message definitions, i.e. the md5 sum is computed from message definition files.
If you get md5 mismatches, then your messages are inconsistent. Make sure that you are using the same ros version on all computers and that you recompile all nodes if you change a message definition.
Asked: 2012-11-11 22:02:35 -0600
Seen: 2,816 times
Last updated: Jun 10 '18