ros2 / ros2cli

ROS 2 command line interface tools
Apache License 2.0
182 stars 162 forks source link

why is there no option 'info' in ros2 service ? #766

Open leeminju531 opened 2 years ago

leeminju531 commented 2 years ago

there is no option 'info' in ros2 service. although less than topics, I sometimes want to know service clients,server counts like topics. could you have any plan to implement this? thank you

clalancette commented 2 years ago

In short, we've never had a request for it before. You can get some of the information you want by running ros2 node info, which lists the service clients and servers that are available, along with their types.

That said, this is a valid feature request. We probably won't have time to work on it, but if you are interested in doing the work for it and making pull requests, we'd be happy to review.

leeminju531 commented 2 years ago

okay, it's my pleasure. I'll see it.

schornakj commented 1 year ago

I previously submitted a PR to add this feature in #703. Certainly agreed that it's a very useful tool for debugging.

fujitatomoya commented 9 months ago

https://github.com/ros2/ros2cli/pull/771 is completed, i will go ahead to close this issue.