ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can define a simple service in Python with a C++ client.
If you need a more elaborate structure for controlling the service, actionlib may provide a better solution.