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
In fact, pypot said "angle limit error" but in reality (in the motor register) it is an "overheating error", I thought that it was because of the list order, but not sure.
dynamixelErrors[6] = 'Overheating Error'
According to the table here : http://support.robotis.com/en/product/dynamixel/xl-series/xl-320.htm
and to the test I did.
the dynamixel error for xl-320 is not :
TODO: depend on protocol v1 vs v2
dynamixelErrors = ['None Error',
'Instruction Error',
'Overload Error',
'Checksum Error',
'Range Error',
'Overheating Error',
'Angle Limit Error',
'Input Voltage Error']
but :
dynamixelErrors = ['None Error',
'Instruction Error',
'Overload Error',
'Checksum Error',
'Range Error',
'Input Voltage Error',
'Overheating Error',
'Overload Error']
The text was updated successfully, but these errors were encountered: