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

Revision history [back]

You can call a ros service inside a node like:

import rosservice
rosservice.call_service("YOUR_SERVICE_NAME",[Arguments])