-
Notifications
You must be signed in to change notification settings - Fork 38
add : get clients,servers info #154
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
57bcea1 to
9a8fb37
Compare
fgallegosalido
left a comment
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.
Looks good to me. Some refactoring could have been done regarding the functions rmw_get_publishers_info_by_topic and rmw_get_subscriptions_info_by_topic, as these new ones are almost identical, but for the moments this looks good.
9a8fb37 to
68b96af
Compare
|
Pulls: ros2/rmw#371, ros2/rmw_implementation#238, ros2/rcl#1161, ros2/rclcpp#2569, ros2/rclpy#1307, ros2/rmw_zenoh#679, ros2/rmw_fastrtps#771, ros2/rmw_cyclonedds#499, #154, ros2/ros2cli#916 |
|
@Mergifyio rebase |
…pport service type hash Signed-off-by: Minju, Lee <[email protected]>
Signed-off-by: Minju, Lee <[email protected]>
✅ Branch has been successfully rebased |
68b96af to
d242434
Compare
|
Pulls: ros2/ros2cli#916, ros2/rmw#371, ros2/rmw_implementation#238, ros2/rmw_fastrtps#771, ros2/rmw_cyclonedds#499, #154, ros2/rcl#1161, ros2/rclcpp#2569, ros2/rclpy#1307, ros2/rmw_dds_common#82, ros2/rmw_zenoh#679 |
|
Pulls: ros2/ros2cli#916, ros2/rmw#371, ros2/rmw_implementation#238, ros2/rmw_fastrtps#771, ros2/rmw_cyclonedds#499, #154, ros2/rcl#1161, ros2/rclcpp#2569, ros2/rclpy#1307, ros2/rmw_dds_common#82, ros2/rmw_zenoh#679 |
Add get clients, servers info
Refer to ros2/ros2cli#916