Add tf to existing bag file

asked 2019-04-24 04:43:47 -0500

zona gravatar image

updated 2019-04-24 10:01:12 -0500

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 use_sim_time true before recording -> playbag exisiting bag file with Argument --Clock

edit retag flag offensive close merge delete