-
Notifications
You must be signed in to change notification settings - Fork 304
Description
Description
What do people think about introducing the option of a single file container for ROS2 bags? I'm thinking something like a tar file with the extension .bag2 since compression is handled at a lower level, but I mostly just want to start the discussion and get a temperature read.
The practical use cases are around storage and sharing. Uploading a single file for cloud storage can be an atomic operation (it's either uploaded or not, downstream processing actions can be triggered off the upload successfully completing) and verifying the upload succeeded is a more straightforward hash check of a single file where uploading a folder gets more into rsync territory. When sharing files with coworkers or on the Internet, it's convenient to post a single file for download instead of figuring out how to share a folder full of files (and confirm that you're received all of the files on the receiving end).