ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you don't mind having to create a new bag, then perhaps you could use the filter command.

To end up with a new bag file that excludes the /tf topic would be something like:

$ rosbag filter file.bag file-no-tf.bag "topic != '/tf'"