-
Notifications
You must be signed in to change notification settings - Fork 7
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
Refactor interface messages #3
Conversation
c37af55
to
223b778
Compare
@dirk-thomas I've updated this based on our offline discussion. By grouping more fields together in the same interfaces we've cut down on the total number of interfaces while effectively covering the same test cases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the new message names 👍
Inline a few comments mostly about default values.
ffbec89
to
6da1125
Compare
Signed-off-by: Jacob Perron <[email protected]>
* Add fields to cover test cases * Move string fields to Strings.msg * Comment out fields that have issues to be resolved Signed-off-by: Jacob Perron <[email protected]>
Signed-off-by: Jacob Perron <[email protected]>
d64d61c
to
358b5a8
Compare
Cleaned up commits. |
Connects to ros2/rcl_interfaces#58
Blocking ros2/rosidl#367
Blocking ros2/rosidl#368