-
Notifications
You must be signed in to change notification settings - Fork 69
Add rmw_get_clients_info_by_service and rmw_get_servers_info_by_service #679
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
base: rolling
Are you sure you want to change the base?
Conversation
|
Pulls: ros2/rmw#371, ros2/rmw_implementation#238, ros2/rcl#1161, ros2/rclcpp#2569, ros2/rclpy#1307, #679, ros2/rmw_fastrtps#771, ros2/rmw_cyclonedds#499, ros2/rmw_connextdds#154, ros2/ros2cli#916 |
|
@ahcorde i'd like to review this before we merge it. |
|
@Mergifyio rebase |
Signed-off-by: Minju, Lee <[email protected]>
✅ Branch has been successfully rebased |
f43bceb to
cd81fda
Compare
|
Pulls: ros2/ros2cli#916, ros2/rmw#371, ros2/rmw_implementation#238, ros2/rmw_fastrtps#771, ros2/rmw_cyclonedds#499, ros2/rmw_connextdds#154, ros2/rcl#1161, ros2/rclcpp#2569, ros2/rclpy#1307, ros2/rmw_dds_common#82, #679 |
|
Pulls: ros2/ros2cli#916, ros2/rmw#371, ros2/rmw_implementation#238, ros2/rmw_fastrtps#771, ros2/rmw_cyclonedds#499, ros2/rmw_connextdds#154, ros2/rcl#1161, ros2/rclcpp#2569, ros2/rclpy#1307, ros2/rmw_dds_common#82, #679 |
Signed-off-by: Minju, Lee <[email protected]>
Signed-off-by: Minju, Lee <[email protected]>
Description
This change is a sub-process to support ros2/ros2cli#916. It implements
rmw_get_clients_info_by_serviceandrmw_get_servers_info_by_serviceas described in ros2/rmw#371.Is this user-facing behavior change?
No.
Did you use Generative AI?
Yes, generative AI (GPT-4.0) was used to refine comments.
Additional Information
These functions are similar to the existing
rmw_get_publishers_info_by_topicfunction. In DDS-based implementations, the graph cache does not store the service type hash, necessitating modifications to the discovery process. In contrast, Zenoh already supports storing the service type hash in the graph cache.