Re: [ros-users] working with compressed bag files?

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: Tim Field
Dato:  
Til: ros-users
Emne: Re: [ros-users] working with compressed bag files?
The problem with gzipping an entire bag file is you lose the ability to do
random access. We're working on a new bag format for rosbag which
internally uses compression and permits random access. This is slated for
ROS 1.1.3.

For images, one option to consider is storing CompressedImage messages in
your bag files (see compressed_image_transport). A domain specific
compression algorithm is always going to beat a generic one such as gzip.

Tim

On Sat, Apr 10, 2010 at 5:22 PM, Jack O'Quin <> wrote:

> Is there a rosbag option to read and write gzipped bag files?
>
> That would be useful. With images and point clouds bags can get really
> large, and gzip can compress them quite a lot.
> --
> joq
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>