list_topics
Discover all ROS topics currently available on the robot, along with their message types, to identify what data the robot exposes before subscribing or publishing.
Instructions
List all ROS topics currently known to the robot, with message types.
Takes no arguments. Returns {"topics": [{"name": "/scan", "type": "sensor_msgs/msg/LaserScan"}, ...]}. Call this first to discover what the robot exposes before subscribing or publishing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||