diff --git a/01 - ROS and Sensor Fusion Tutorial.md b/01 - ROS and Sensor Fusion Tutorial.md index 0a94508..bb98e3f 100644 --- a/01 - ROS and Sensor Fusion Tutorial.md +++ b/01 - ROS and Sensor Fusion Tutorial.md @@ -1066,8 +1066,8 @@ $ rosbag play --clock # This publishes the clock time $ rosbag filter "" # For example... -$ rosbag filter my.bag only-tf.bag "topic == '/tf'" -$ rosbag filter my.bag only-tf.bag "topic == '/tf' and topic == '/scan'" +$ rosbag filter my.bag only_tf.bag "topic == '/tf'" +$ rosbag filter my.bag only_tf_and_scan.bag "topic == '/tf' and topic == '/scan'" # It can take the following # topic: The msg topic @@ -1077,6 +1077,8 @@ $ rosbag filter my.bag only-tf.bag "topic == '/tf' and topic == '/scan'" If you're in doubt, just use the -h or --help flag for usage! +You can also use `$ rosrun rqt_bag rqt_bag` for a [GUI interface](http://wiki.ros.org/rqt_bag)! + Ok! Now that we're done with this learning, we can actually go try applying this to an actual case study! See you in the next part!