Skip to content

10.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 04:32
· 58 commits to master since this release

Description

Abstract

This pull-request adds record_storage_id launch file argument.
It is passed to argument -s (--storage) of ros2 bag record command.

Background

We want to use mcap format for rosbag.
But, it is not default format in ROS 2 Humble.

Details

If you don't specify record_storage_id argument, the default format in ros2 bag record command is used. ( same behavior to previous version )
In ROS 2 Humble, sqlite3 is used, and mcap in ROS 2 Jazzy

References

No Regression

Destructive Changes

None

Known Limitations

None

Related Issues