You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confusingly, we also have "hardware_error", "input_voltage_error", "overheating_error", "motor_encoder_error", "electrical_shock_error", "overload_error", "stalled", and "stalled_overload" flags. Furthermore, "stalled" always reports True, even if the servo is clearly not stalled. I think some consolidation and documentation around these error states would be useful.
The text was updated successfully, but these errors were encountered:
There is a "shutdown" key in the status dictionary that isn't populated or used.
stretch_body/body/stretch_body/dynamixel_hello_XL430.py
Line 62 in e7bb48f
According to the Dynamixel docs (https://emanual.robotis.com/docs/en/dxl/x/xl430-w250/#shutdown), the shutdown byte can report whether the servo is experiencing:
Confusingly, we also have "hardware_error", "input_voltage_error", "overheating_error", "motor_encoder_error", "electrical_shock_error", "overload_error", "stalled", and "stalled_overload" flags. Furthermore, "stalled" always reports True, even if the servo is clearly not stalled. I think some consolidation and documentation around these error states would be useful.
The text was updated successfully, but these errors were encountered: