[ros-users] [Discourse.ros.org] [Next Generation ROS] Rosbag…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: karsten via ros-users
Date:  
To: ros-users
CC: karsten
Subject: [ros-users] [Discourse.ros.org] [Next Generation ROS] Rosbag in ROS2


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 <bag_file> #replay recorded bag file
```

```
ros2 bag info <bag_file> #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

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>