Skip to content

Commit

Permalink
add note about MCAP compression (#1588)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Aposhian <adam.aposhian@fireflyautomatix.com>
  • Loading branch information
Aposhian committed Mar 22, 2024
1 parent 66af399 commit 3032800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ Currently, the only `compression-format` available is `zstd`. Both the mode and

It is recommended to use this feature with the splitting options.

**Note**: Some storage plugins may have their own compression methods, which are separate from the rosbag2 compression specified by the CLI options `--compression-mode` and `--compression-format`. Notably, the MCAP file format offered by the `rosbag2_storage_mcap` storage plugin supports compression in a way that produces files that are still indexable (whereas using the rosbag2 compression will not). To utilize storage plugin specific compression or other options, see [Recording with a storage configuration](#Recording-with-a-storage-configuration).

#### Recording with a storage configuration

Storage configuration can be specified in a YAML file passed through the `--storage-config-file` option.
Expand Down

0 comments on commit 3032800

Please sign in to comment.