Enum CommandFlags

August 13, 2019 ยท View on GitHub

Overview / Purpose

Enumeration CommandFlags

EnumeratorValueDescription
NO_COMMAND00x0 Default value
SERVO_ENABLE10x1 Servoing mode is enabled
BRAKE_DISABLE20x2 Brake normally applied, 1 disables brake
CLEAR_MAJOR_FAULT40x4 Clear the major fault flag (See StatusFlags)
CLEAR_MINOR_FAULT80x8 Clear the minor fault flag (See StatusFlags)
PROTECTIVE_STOP160x10 Protective stop has been activated
FORCE_BRAKE_RELEASE320x20 Force a brake release
IGNORE640x40 ignore the other CommandFlag bits
LOW_GAINS1280x80 Use a set of specific gain value used by the joint admittance mode
LED_02560x100 Activate LED 0 (interface module buttons 0)
LED_15120x200 Activate LED 1 (interface module buttons 1)

Parent topic: ActuatorCyclic (Python)