ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It looks like the easiest way will be to replay the bag file and use tf libraries to get this transform and record it with a time stamp to a separate file. Then I can at least interpolate between transforms for the time I'm interested in for my other messages. Not as nice as using tf directly or ROS tools directly, but it will allow me to access a transform at a given time without playing a bag file online.