Skip to content

Commit 9f98339

Browse files
committed
zstd compression for fast rosbags
1 parent 62ca20c commit 9f98339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

replay_testing/replay_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _create_run_launch_description(
142142
# Launch description
143143
ld = LaunchDescription([
144144
ExecuteProcess(
145-
cmd=['ros2', 'bag', 'record', '-s', 'mcap', '-o', str(run_fixture.path), '--all'],
145+
cmd=['ros2', 'bag', 'record', '-s', 'mcap', '-o', str(run_fixture.path), '--all', '--storage-preset-profile', 'zstd_fast'],
146146
output='screen',
147147
),
148148
test_ld,

0 commit comments

Comments
 (0)