RC feature¶
- enum olympe.enums.rc.calibration_type¶
Calibration type.
- none:
No calibration. (0)
- neutral:
All neutral channels calibration. (1)
- min_max:
Min/Max specific channel calibration. (2)
- enum olympe.enums.rc.channel_action¶
Channel action.
- invalid:
Invalid/Unused channel. (0)
- roll:
Roll axis channel. (1)
- pitch:
Pitch axis channel. (2)
- yaw:
Yaw axis channel. (3)
- gaz:
Gaz / Throttle / Altitude axis channel. (4)
- takeoff_land:
Takeoff / Land channel. (5)
- emergency:
Emergency channel. (6)
- return_home:
Return Home channel. (7)
- piloting_mode:
RC Piloting mode. Auto mode: used for doing flightplans and for assisted flying with a non-RC controller. Easy manual mode: used for assisted flying with a RC controller. Manual mode: used for non-assisted flying with a RC controller and for directly controlling the servomotors. (8)
- take_control:
RC take control. When take control is activated the RC controller, if available, becomes the main controller. (9)
- enum olympe.enums.rc.channel_type¶
Channel physical type.
- invalid:
Invalid channel physical type. (0)
- signed_axis:
Signed axis type. (1)
- unsigned_axis:
Unsigned axis type. (2)
- monostable_button:
Monostable button type. (3)
- bistable_button:
Bistable button type. (4)
- tristate_button:
Tristate button type. (5)
- rotary_button:
Rotary button type. (6)
- enum olympe.enums.rc.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.rc.receiver_state¶
RC Receiver state.
Enum aliases:
olympe.enums.common.PeerStateChanged_State
- connected:
RC drone receiver connected to a RC. (0)
- disconnected:
RC drone receiver not connected to a RC. (1)