-
Notifications
You must be signed in to change notification settings - Fork 69
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 rmw_get_gid_for_client method #327
Conversation
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
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 with Jacob's comments addressed
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
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 we need rmw_get_gid_for_service?
should we also add it?
No need to solve that here, just wondering if we should add that.
I don't think we need a |
Full CI for all connected PRs: Connected PRs: |
Add rmw_get_gid_for_client method. This is needed for the service introspection feature (ros2/ros2#1285) to populate client uuid fields.
Link to impl PRs:
Signed-off-by: Brian Chen brian.chen@openrobotics.org