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

Revision history [back]

There is no easy way to do introspection of service calls. You might be able to achieve it like a network sniffer though.

However, services are used quite rarely at least in PR2 interfaces since for all longer running processes like execution of arm trajectories, actionlib is used. actionlib is completely based on topics, i.e. you can use rostopic to do introspection.