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

Update generator to convert from IDL #46

Closed
wants to merge 24 commits into from
Closed

Conversation

jacobperron
Copy link
Member

Since some DDS type support implementations don't support the full IDL spec, this change provides a feature for converting IDL files to something that the type support implementations can handle.
For example, IDL annotations are removed and explicit integer types are replaced (e.g. uint8 -> octet, int32 -> long).

The previous generator from ROS interface descriptions to IDL is no longer needed in the new pipeline.

Connects to ros2/rosidl#334

@jacobperron jacobperron added the in progress Actively being worked on (Kanban column) label Dec 3, 2018
@jacobperron jacobperron added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Dec 3, 2018
@jacobperron jacobperron self-assigned this Dec 3, 2018
@jacobperron jacobperron closed this Dec 5, 2018
@jacobperron jacobperron removed the in review Waiting for review (Kanban column) label Dec 5, 2018
@jacobperron jacobperron deleted the jacob/idl-stage-7 branch December 5, 2018 02:23
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.

3 participants