check_topic_status
Check if a ROS2 topic is actively publishing data. Returns status for a given topic name to confirm message activity.
Instructions
Checks whether a specific ROS2 topic is actively publishing messages.
Args:
topic_name: The name of the ROS2 topic to check
Example: Used when the user asks "Is the topic /scan publishing data?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_name | Yes |