ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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...