Flight Plan feature¶
- enum olympe.enums.flight_plan.indicator¶
Indicators needed to start flight plan.
- drone_gps:
Drone gps is not fixed. (0)
- drone_magneto:
Drone magneto is not valid. (1)
- drone_geofence:
Drone is out of geofence. Not applicable to Flight plan. (2)
- drone_min_altitude:
Drone is under min altitude. Not applicable to Flight plan. (3)
- drone_max_altitude:
Drone is above max altitude. Not applicable to Flight plan. (4)
- drone_flying:
Drone is not flying. Not applicable to Flight plan. (5)
- target_position_accuracy:
Target position has a bad accuracy. Not applicable to Flight plan. (6)
- target_image_detection:
Target image detection is not working. Not applicable to Flight plan. (7)
- drone_target_distance_min:
Drone is too close to target. Not applicable to Flight plan. (8)
- drone_target_distance_max:
Drone is too far from target. Not applicable to Flight plan. (9)
- target_horiz_speed:
Target horizontal speed is too high. Not applicable to Flight plan. (10)
- target_vert_speed:
Target vertical speed is too high. Not applicable to Flight plan. (11)
- target_altitude_accuracy:
Target altitude has a bad accuracy. Not applicable to Flight plan. (12)
- drone_battery:
Drone battery power level is insufficient. (13)
- drone_state:
Drone is not in a valid state. (14)
- drone_battery_too_hot:
Drone battery temperature is too high. (15)
- enum olympe.enums.flight_plan.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.flight_plan.mavlink_type¶
Type of flight plan file.
Enum aliases:
olympe.enums.common.Start_Typeolympe.enums.common.MavlinkFilePlayingStateChanged_Type
- flightPlan:
Mavlink file for FlightPlan (0)
- mapMyHouse:
Mavlink file for MapMyHouse (1)
- flightPlanV2:
Mavlink file for FlightPlan V2 (better follow the standard) (2)
- enum olympe.enums.flight_plan.supported_capabilities¶
Supported capabilities.
- start_at:
Support command to start a flight plan at a given item. (0)
- start_at_v2:
Support command to start a flight plan at a given item with disconnection behavior. (1)