pub type MavOdidStatus = MavOdidStatus;
Expand description

Originally defined in common::enums::mav_odid_status

Aliased Type§

enum MavOdidStatus {
    Undeclared = 0,
    Ground = 1,
    Airborne = 2,
    Emergency = 3,
    RemoteIdSystemFailure = 4,
}

Variants§

§

Undeclared = 0

MAVLink enum entry MAV_ODID_STATUS_UNDECLARED.

The status of the (UA) Unmanned Aircraft is undefined.

§

Ground = 1

MAVLink enum entry MAV_ODID_STATUS_GROUND.

The UA is on the ground.

§

Airborne = 2

MAVLink enum entry MAV_ODID_STATUS_AIRBORNE.

The UA is in the air.

§

Emergency = 3

MAVLink enum entry MAV_ODID_STATUS_EMERGENCY.

The UA is having an emergency.

§

RemoteIdSystemFailure = 4

MAVLink enum entry MAV_ODID_STATUS_REMOTE_ID_SYSTEM_FAILURE.

The remote ID system is failing or unreliable in some way.