Auto Look At feature#
- enumolympe.enums.auto_look_at.behavior#
Behavior.
- idle
Drone is not looking at the target. (0)
- look_at
Look at the target. (1)
- enumolympe.enums.auto_look_at.indicator#
Indicators needed to start an animation.
- drone_gps
Drone gps is not fixed. (0)
- drone_magneto
Drone magneto is not valid. (1)
- drone_geofence
Drone is out of geofence. (2)
- drone_min_altitude
Drone is under min altitude. (3)
- drone_max_altitude
Drone is above max altitude. (4)
- drone_flying
Drone is not flying. (5)
- target_position_accuracy
Target position has a bad accuracy. (6)
- target_image_detection
Target image detection is not working. (7)
- drone_target_distance_min
Drone is too close to target. (8)
- drone_target_distance_max
Drone is too far from target. (9)
- target_horiz_speed
Target horizontal speed is too high. (10)
- target_vert_speed
Target vertical speed is too high. (11)
- target_altitude_accuracy
Target altitude has a bad accuracy. (12)
- drone_battery
Drone battery is insufficient. (13)
- drone_state
Drone is not in a valid state. (14)
- enumolympe.enums.auto_look_at.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)
- enumolympe.enums.auto_look_at.mode#
Mode of look at.
- none
No look at. (0)
- target
Look at the target without moving automatically. (1)
- pilot
Look at the pilot without moving automatically. Animations are available. (2)