mavlink v0.7.0 APM.Message.AoaSsa View Source

Link to this section Summary

Types

t()

Angle of Attack and Side Slip Angle.

Link to this section Types

Link to this type

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

Angle of Attack and Side Slip Angle.