Open ablasdel opened 11 years ago
The problem with this is that the subscriber (in this case rostopic
) does not even know about it. The publisher will refuse to connect since the md5 sums are different. But that reason is not communicated to the subscriber in any way.
Trying to "rostopic echo" a topic with an md5sum that doesn't match the one on disk will log the error to the rostopic log file, but not show it in normal output. I would expect rostopic to immediately fail and exit here, with an informative error message.