Motors feature¶
- enum olympe.enums.motors.list_flags¶
Arsdk built-in “list_flags” enum that is used to in “LIST_ITEM” event messages
- First:
Arsdk built-in “list_flags” enum that is used to in “LIST_ITEM” event messages (0)
- Last:
Arsdk built-in “list_flags” enum that is used to in “LIST_ITEM” event messages (1)
- Empty:
Arsdk built-in “list_flags” enum that is used to in “LIST_ITEM” event messages (2)
- Remove:
Arsdk built-in “list_flags” enum that is used to in “LIST_ITEM” event messages (3)
- enum olympe.enums.motors.motor_id¶
Motor identifier
- none:
No identifier given. (0)
- front_left:
Front left motor. (1)
- front_right:
Front right motor. (2)
- back_right:
Back right motor. (3)
- back_left:
Back left motor. (4)
- enum olympe.enums.motors.three_motors_reason¶
Motor error reason for three motors flight.
- unknown:
Unkown reason. (0)
- motor_stalled:
ESC error : Motor Stalled. (1)
- propeller_security:
ESC error : Propeller Security. (2)
- rc_emergency_stop:
ESC error : Emergency Stop. (3)
- defective_prop:
Defective propeller detected. (4)