Skip to content

How can I find type_information and type_mapping in rmw_cyclonedds_cpp? #530

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

Open
tooyoungtoosimpo opened this issue Feb 19, 2025 · 3 comments

Comments

@tooyoungtoosimpo
Copy link

When I use rmw_cyclonedds_cpp, I found that there is no 0x75(PID_TYPE_INFORMATION) in data(w) or data(r).
Is there a way to get this feature?

@audrow
Copy link
Member

audrow commented Feb 27, 2025

I think this question should be on the cyclone repo. Should we close this and open it there?

@tooyoungtoosimpo
Copy link
Author

It looks like because rmw_cyclonedds is creating the topic via dds_create_topic_sertype. And the sertype created by create_sertype in rmw_node.cpp does not have type_information and type_mapping.

@tooyoungtoosimpo
Copy link
Author

I'm wondering if rmw_cyclonedds should add parsing of ros2 type_support to create_sertype to construct type_information and type_mapping to pass to the CycloneDDS stack?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants