-
Notifications
You must be signed in to change notification settings - Fork 43
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 service_msgs package #143
Conversation
136b620
to
34fb02d
Compare
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.
LGTM!
do you already have a PR for generating the new messages for each service?
34fb02d
to
ba74ac1
Compare
ba74ac1
to
8c871b5
Compare
8c871b5
to
39827df
Compare
rebased on rolling |
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.
LGTM, we should double check if using unique_identifier_msgs/UUID
is fine or not before merging
eae4004
to
d0c3096
Compare
Rebased and added d0c3096, if not |
Signed-off-by: Brian Chen <[email protected]>
Signed-off-by: Brian Chen <[email protected]>
Signed-off-by: Brian Chen <[email protected]>
Signed-off-by: Brian Chen <[email protected]>
Signed-off-by: Jacob Perron <[email protected]>
* Add useful links to info about services and REP 2012 * Minor refactoring Signed-off-by: Jacob Perron <[email protected]>
* Minor wording changes * Remove/replace dead links Signed-off-by: Jacob Perron <[email protected]>
Signed-off-by: Jacob Perron <[email protected]>
* Add stricter compile options * Add comment describing why we use 'core' generators instead of 'default' Signed-off-by: Jacob Perron <[email protected]>
Technically, it is not a dependency. Only a dependency on actual action interfaces being generated. This dependency should probably be exported by rosidl_defaults Signed-off-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
That is, this field should be a GID, not a UUID (even though they happen to be the same length). Signed-off-by: Chris Lalancette <[email protected]>
d0c3096
to
b8d7674
Compare
CI for this is in ros2/ros2#1285 (comment) |
This PR is a prototype for the service introspection REP (ros-infrastructure/rep#360) adding a
service_msgs
package implementing the proposed embedded message approach (ros-infrastructure/rep#360 (comment)).For instructions on how to build and run this see the meta-ticket ros2/ros2#1285.