View Source APM.Message.AoaSsa (xmavlink_util v0.1.0)

Link to this section Summary

Types

t()

Angle of Attack and Side Slip Angle.

Link to this section Types

@type t() :: %APM.Message.AoaSsa{
  aoa: Float32,
  ssa: Float32,
  time_usec: MAVLink.Types.uint64_t()
}

Angle of Attack and Side Slip Angle.