list_services
Retrieve a list of all active ROS services on a robot. Use this to identify exact service names before making service calls.
Instructions
List all ROS services currently available on the robot.
Takes no arguments. Returns {"services": ["/reset_odometry", ...]}. Use before call_service to find the exact service name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||