pub type MavOdidOperatorLocationType = MavOdidOperatorLocationType;
Expand description

Aliased Type§

enum MavOdidOperatorLocationType {
    Takeoff = 0,
    LiveGnss = 1,
    Fixed = 2,
}

Variants§

§

Takeoff = 0

MAVLink enum entry MAV_ODID_OPERATOR_LOCATION_TYPE_TAKEOFF.

The location/altitude of the operator is the same as the take-off location.

§

LiveGnss = 1

MAVLink enum entry MAV_ODID_OPERATOR_LOCATION_TYPE_LIVE_GNSS.

The location/altitude of the operator is dynamic. E.g. based on live GNSS data.

§

Fixed = 2

MAVLink enum entry MAV_ODID_OPERATOR_LOCATION_TYPE_FIXED.

The location/altitude of the operator are fixed values.