rxbag: error loading [twist.bag]: Unindexed bag [closed]

asked 2013-09-12 20:59:15 -0600

hvn gravatar image

updated 2013-09-15 19:54:25 -0600

Hi,

I use 2 nodes that write into bag files, and while 1 writes correctly to bag, the other node gives this error. The difference between the nodes is that the 1 writing correctly has only 1 class (with callback) and has all bag writing concentrated in 1 place. The one with error has 2 classes, each with callback. Both classes need to write to bag, so (as far as I know) the writing to bag can't be in 1 place. How can I solve this?

OK, I found out that rosbag seems to only work when using only 1 class with callback. As soon as I have 2 classes (with their own callback) it apparently is unable to index.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by 130s
close date 2013-09-15 21:36:40