Mapper Mini feature¶
- enum olympe.enums.mapper_mini.axis_action¶
The action (mapped on an axis)
- roll:
roll (0)
- pitch:
pitch (1)
- yaw:
yaw (2)
- gaz:
gaz (3)
- enum olympe.enums.mapper_mini.button_action¶
The action (mapped on a button)
- takeoff_land:
Take off or land (0)
- take_picture:
Take a picture (1)
- flip_left:
Flip left (2)
- flip_right:
Flip right (3)
- flip_front:
Flip front (4)
- flip_back:
Flip back (5)
- emergency:
Emergency motors shutdown (6)
- accessory_gun:
Launch USB accessory gun action (shoot) (7)
- thrown_takeoff:
Thrown take off (8)
- cw_90_swipe:
90 deg clockwise swipe (9)
- ccw_90_swipe:
90 deg counter clockwise swipe (10)
- cw_180_swipe:
180 deg clockwise swipe (11)
- ccw_180_swipe:
180 deg counter clockwise swipe (12)
- gear_up:
increase gear (13)
- gear_down:
decrease gear (14)
- plane_mode_half_barel_roll_right:
in plane mode make a 180 deg anticlockwise swipe on roll axis (15)
- plane_mode_half_barel_roll_left:
in plane mode make a 180 deg clockwise swipe on roll axis (16)
- plane_mode_backswap:
in plane mode make a 180 deg clockwise swipe on pitch axis (17)
- plane_mode_looping:
vertical circular loop in plane mode (18)
- plane_mode_toggle:
switch between plane mode and quad mode (19)
- accessory_claw:
Launch USB accessory claw action (open/close) (20)
- light_continuous:
switch continuous light (ON/OFF) (21)
- light_blink:
switch blink light (ON/OFF) (22)
- light_sinus:
switch sinus light (ON/OFF) (23)
- light_toggle:
toggle between light animations (OFF-continuous-blink-sinus-OFF) (24)
- piloting_mode_toggle:
toggle between easy and preferred piloting mode (25)
- video_record_toggle:
start or stop video (26)
- enum olympe.enums.mapper_mini.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.mapper_mini.mode¶
The piloting mode of the product
- quad:
Quadricopter mode (0)
- plane:
Plane mode (1)