-
Notifications
You must be signed in to change notification settings - Fork 129
add : get clients, servers info #771
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
42f28b6 to
a40b0d7
Compare
a40b0d7 to
9ffda3f
Compare
|
Pulls: ros2/rmw#371, ros2/rmw_implementation#238, ros2/rcl#1161, ros2/rclcpp#2569, ros2/rclpy#1307, ros2/rmw_zenoh#679, #771, ros2/rmw_cyclonedds#499, ros2/rmw_connextdds#154, ros2/ros2cli#916 |
|
@Mergifyio rebase |
…pport service type hash Signed-off-by: Minju, Lee <[email protected]>
Signed-off-by: Minju, Lee <[email protected]>
Signed-off-by: Minju, Lee <[email protected]>
✅ Branch has been successfully rebased |
950a7da to
8202d91
Compare
| @@ -0,0 +1,46 @@ | |||
| // Copyright 2025 Minju Lee (이민주). All rights reserved. | |||
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.
we can attribute ourselves, but "all right reserved" is extra. see appendix on https://opensource.org/license/apache-2-0
| // Copyright 2025 Minju Lee (이민주). All rights reserved. | |
| // Copyright 2025 Minju Lee (이민주). |
| @@ -0,0 +1,46 @@ | |||
| // Copyright 2025 Minju Lee (이민주). All rights reserved. | |||
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.
we can attribute ourselves, but "all right reserved" is extra. see appendix on https://opensource.org/license/apache-2-0
| // Copyright 2025 Minju Lee (이민주). All rights reserved. | |
| // Copyright 2025 Minju Lee (이민주). |
| @@ -0,0 +1,257 @@ | |||
| // Copyright 2025 Minju Lee (이민주). All rights reserved. | |||
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.
we can attribute ourselves, but "all right reserved" is extra. see appendix on https://opensource.org/license/apache-2-0
| // Copyright 2025 Minju Lee (이민주). All rights reserved. | |
| // Copyright 2025 Minju Lee (이민주). |
|
Pulls: ros2/ros2cli#916, ros2/rmw#371, ros2/rmw_implementation#238, #771, ros2/rmw_cyclonedds#499, ros2/rmw_connextdds#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, #771, ros2/rmw_cyclonedds#499, ros2/rmw_connextdds#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