ros2 / rmw

The ROS Middleware (rmw) Interface.
Apache License 2.0
95 stars 67 forks source link

Add rmw_get_gid_for_client method #327

Closed ihasdapie closed 2 years ago

ihasdapie commented 2 years ago

Add rmw_get_gid_for_client method. This is needed for the service introspection feature (https://github.com/ros2/ros2/issues/1285) to populate client uuid fields.

Link to impl PRs:

Signed-off-by: Brian Chen brian.chen@openrobotics.org

jacobperron commented 2 years ago

I don't think we need a rmw_get_gid_for_service for the service introspection feature, but I don't think it hurts to add such an API for symmetry. I can create a ticket for this.

jacobperron commented 2 years ago

Full CI for all connected PRs:

Connected PRs: