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

feat: add idl to rosidl spec converter #697

Draft
wants to merge 2 commits into
base: rolling
Choose a base branch
from

Conversation

russkel
Copy link

@russkel russkel commented Aug 5, 2022

The tooling within eProsima's Integration Service ROS2 Handle uses MessageSpecifications to perform code-gen. I have some messages that are IDL format and have added support by using the rosidl_parser output and transforming to rosidl_adapter Specification objects. I was surprised this didn't already exist within the code base so I have created a PR. There isn't a whole lot of code here.

Uncertainties that I need help with:

  • There is no wchar in rosidl? I have added a hack to convert it to wstring<=1. I can't help but think this isn't a good solution.
  • There is no long double type in rosidl either. I have mapped it to a float64 as a stop gap solution and print a warning, but this probably isn't good enough.

TODO:

  • Services, Actions
  • Comments
  • More tests
  • CLI converter from IDL to msg/srv

@russkel
Copy link
Author

russkel commented Sep 14, 2022

Should this be moved to a separate package? I thought it would make sense to have it here.

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.

None yet

1 participant