eProsima / Fast-DDS-Gen

Fast-DDS IDL code generator tool. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
82 stars 62 forks source link

[21758] Fix structs TypeObject registration with -typeros2 option #414

Closed juanlofer-eprosima closed 4 weeks ago

juanlofer-eprosima commented 1 month ago

Description

Structs are currently registered in the type object registry with their scoped name, instead of using their ROS 2 scoped name when typeros2 is provided. As a consequence, there is a discrepancy between the name with which the type is registered in the type object registry and the name embedded in the generated TypeSupport.

Contributor Checklist

Reviewer Checklist