Common.Message.OpenDroneIdArmStatus (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Transmitter (remote ID system) is enabled and ready to start sending location and other required information. This is streamed by transmitter. A flight controller uses it as a condition to arm.

Types

t()

@type t() :: %Common.Message.OpenDroneIdArmStatus{
  error: [char()],
  status: Common.Types.mav_odid_arm_status()
}

Transmitter (remote ID system) is enabled and ready to start sending location and other required information. This is streamed by transmitter. A flight controller uses it as a condition to arm.