check_ros2_topic_hz
Monitor the message rate on a ROS 2 topic by checking its publishing frequency in hertz, helping diagnose communication issues.
Instructions
Displays the publishing frequency (Hz) of a given ROS 2 topic.
Args:
topic_name: Name of the topic (e.g., /scan)
Example: "Check the message rate on /scan" → ros2 topic hz /scan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_name | Yes |