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

Revision history [back]

click to hide/show revision 1
initial version

Yes, services are functions in a node that can be called remotely.

Therefore they are defined in the source code of the respective node.

click to hide/show revision 2
No.2 Revision

Yes, services are functions in a node that can be called remotely.

Therefore they are defined in the source code of the respective node.

You can find out which node is running a service by using rosservice info SERVICE_NAME