Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[22894] Apply demangling to ROS 2 topics in IDL view #266

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

juanjo4936
Copy link

@juanjo4936 juanjo4936 commented Mar 4, 2025

This PR adds the code to process the IDL files generated from the TypeObject, eliminating the ROS 2 mangling in case it is necessary, before registering the IDL. If it was demangled, the original one is saved in a second map, so it can still be retrieved. A third map registers the relation between the original name and the demangled one, for the monitor to use. This PR also includes the functions needed for the monitor to be able to access this information.

Signed-off-by: Juanjo Garcia <[email protected]>
Signed-off-by: Juanjo Garcia <[email protected]>
@juanjo4936 juanjo4936 requested review from richiprosima and removed request for richiprosima March 6, 2025 06:48
Signed-off-by: Juanjo Garcia <[email protected]>
@juanjo4936 juanjo4936 requested review from richiprosima and removed request for richiprosima March 6, 2025 06:50
@juanjo4936 juanjo4936 requested review from richiprosima and removed request for richiprosima March 11, 2025 08:11
Signed-off-by: Juanjo Garcia <[email protected]>
Signed-off-by: Juanjo Garcia <[email protected]>
…retrieve the information

Signed-off-by: Juanjo Garcia <[email protected]>
Signed-off-by: Juanjo Garcia <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant