Closed jihot2000 closed 8 months ago
Could this issue https://github.com/eProsima/Fast-DDS/issues/3296#issuecomment-1662083735 be related?
This should have been addressed in this branch, which will be part of the next major release in upcoming months. Thanks!
When adding a type object, only the type name is added. Its scope is omitted. That may result in a conflict between two types with the same name but in different scopes. For example,
mod1::structA
andmod2::structA