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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: Tim Field
日付:  
To: ros-users
題目: 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
>