In its current form you can record, replay and get some basic info about rosbags. It's not released, so you have to build it yourself from source, but we're aiming to have rosbags part of the upcoming Crystal release. https://github.com/ros2/rosbag2 once compiled, it extends the `ros2cli` with the verb `bag`. So that you can run: ``` ros2 bag record -a #record all topics ``` ``` ros2 bag play #replay recorded bag file ``` ``` ros2 bag info #print information of a bag file ``` Currently, it's using SQLite3 as a storage backend by default, but the storage API is flexible enough to load various storage backends via pluginlib. One of these backends will hopefully be ROS1. The idea here is to load ROS1 data from existing ROS1 bags and convert them to ROS2 via the static ros1bridge. --- [Visit Topic](https://discourse.ros.org/t/rosbag-in-ros2/4827/8) or reply to this email to respond. If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates. ______________________________________________________________________________ ros-users mailing list ros-users@lists.ros.org http://lists.ros.org/mailman/listinfo/ros-users Unsubscribe: