ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can list the services with rosservice list
.
rosservice list -n
additionally displays which nodes provide the respective service server.
However, I don't know of any functionality to list service clients...