Skip to content

releases/mcap-cli/v0.0.40

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 17:57
· 112 commits to main since this release
4d62967
mcap convert: Fix duplicate type definition in ROS2 schemas (#1058)

### Public-Facing Changes
FIx `mcap convert` producing ROS2 schemas with duplicate type
definitions

### Description
It could happen that `mcap convert` produced ROS2 schemas with
duplicated subtype definitions if the subtype was included multiple
times by various `.msg` files. This PR fixes this by only processing
subtypes that haven't been processed before.

Resolves FG-6369