Common.Message.OpenDroneIdArmStatus (xmavlink v0.6.1)

Copy Markdown 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.