get_topic_info
Retrieve detailed information about a specific ROS2 topic, including message type and current publisher/subscriber counts.
Instructions
Get detailed information about a specific ROS2 topic.
Args: topic_name: Name of the topic (e.g., "/tf", "/map")
Returns: Topic information including message type, publisher count, subscriber count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_name | Yes | Name of the ROS2 topic |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||