6.1 Firmware Diagnostics
This describes how to check and diagnose the status of the RCU (Robot Control Unit) board.
Diagnostics via Dynamixel Wizard CLI
Section titled “Diagnostics via Dynamixel Wizard CLI”Check Status via ROS 2 Interface
Section titled “Check Status via ROS 2 Interface”You can directly check control items on the RCU board through the ROS 2 interface without stopping the service. For item_name, enter the Name of a control item listed in 5.1 Control Table Types - RCU.
# Check battery levelros2 service call /hw/direct_read antbot_interfaces/srv/DirectRead \ "{item_name: 'Battery_Percentage'}"# Check motor stateros2 service call /hw/direct_read antbot_interfaces/srv/DirectRead \ "{item_name: 'Motor_State'}"# Check emergency stop stateros2 service call /hw/direct_read antbot_interfaces/srv/DirectRead \ "{item_name: 'Estop_State'}"© 2026 ROBOTIS AI. All rights reserved.