rosbag topics with same MD5sum
Hi,
I've recorded a bag file in which I've detected that two types has the same MD5sum, according with the output of rosbag info
types: navigation_g500/PNIPrimeImu [98c511aab3d6095235f8db7d430feee5]
navigation_g500/XsensMTiImu [98c511aab3d6095235f8db7d430feee5]
I've checked that the __s_getMD5Sum_ were the same in the PC I recorded the bag; probably because of some old bug of mine.
Could somebody help me to find out how to fix de bag file? I want to read the msgs with rosbag::View, and I have all the code done and working; I've been reguarlarly using it with other types/topics inside bag files.
Thanks in advance.
UPDATE
For the particular problem I have, with rosbag fix I end up with the msgs of type PNIPrimeImu turned into XsensMTiImu, with is wrong.
I forget to say that the Raw view of rxbag shows the PNIPrimeImu msgs correctly.
What version of ROS and Ubuntu were you using when those MD5Sums were generated? And just to verify... the messages did not contain the same body at that time, right?
ros-electric and ubuntu oneiric. The messages are different. For some reason the MD5sum (and the name) where the same in the PC I record the bags. I'll try Chad Rockey's steps so see if I can recover/fix the messages. Anyway, I've also repeated the experiments.