Add tf to existing bag file
I have created a ros node that does a tf transformation. I want to merge this new frame to an already existing bag file. I did this with rosbag record -a. (Played the existing bag and my ros node doing the transformation). But now I get the warning: ""detected jump back clearing tf Buffer" when I play the new bag. Is there anything I have to consider when merging a frame?
Done: -> Set usesimtime true before recording -> playbag exisiting bag file with Argument --Clock
Asked by zona on 2019-04-24 04:43:47 UTC
Comments