-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add complete support for ROS2 interface definition #420
Comments
To get a start on this, I think we need to:
|
2 tasks
schmerl
changed the title
Fields in message files may provide optional default values
Add complete support for ROS2 interface definition
Jan 18, 2021
This was referenced Jan 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current message file parser doesn't recognise this, and so it crashes on any message fields that include optional default values. This feature appears to have been introduced in ROS2.
https://design.ros2.org/articles/legacy_interface_definition.html
An example of such a message file for
rcl_interfaces/ParameterDescriptor
:The text was updated successfully, but these errors were encountered: