-
Notifications
You must be signed in to change notification settings - Fork 181
Add clients servers info #1161
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?
Add clients servers info #1161
Conversation
|
Dependencies |
rcl/test/rcl/test_graph.cpp
Outdated
| rcl_reset_error(); | ||
| } | ||
|
|
||
| /* Test the rcl_wait_for_clients function. |
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.
| /* Test the rcl_wait_for_clients function. | |
| /* Test the rcl_wait_for_services function. |
f0957db to
03fd83d
Compare
|
Pulls: ros2/rmw#371, ros2/rmw_implementation#238, #1161, ros2/rclcpp#2569, ros2/rclpy#1307, ros2/rmw_zenoh#679, ros2/rmw_fastrtps#771, ros2/rmw_cyclonedds#499, ros2/rmw_connextdds#154, ros2/ros2cli#916 |
|
|
||
|
|
||
| rcl_ret_t | ||
| rcl_wait_for_clients( |
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.
Those are not exactly related to the service info verbose feature, but nice to have, and actually used in the test.
|
@leeminju531 sorry for coming back on this late, we need to resolve the conflict on this repo. could you address it? |
Signed-off-by: Minju, Lee <[email protected]>
Signed-off-by: Minju, Lee <[email protected]>
21da260 to
4f7ee86
Compare
|
@leeminju531 i just went ahead to fix the conflict on my own, can you take a look at the latest fix by me just in case? |
|
Pulls: ros2/ros2cli#916, ros2/rmw#371, ros2/rmw_implementation#238, ros2/rmw_fastrtps#771, ros2/rmw_cyclonedds#499, ros2/rmw_connextdds#154, #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, ros2/rmw_connextdds#154, #1161, ros2/rclcpp#2569, ros2/rclpy#1307, ros2/rmw_dds_common#82, ros2/rmw_zenoh#679 |
Signed-off-by: Minju, Lee <[email protected]>
Add get clients, servers info
Refer to ros2/ros2cli#916