mavlink v0.7.0 APM.Message.Attitude View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %APM.Message.Attitude{
pitch: Float32,
pitchspeed: Float32,
roll: Float32,
rollspeed: Float32,
time_boot_ms: MAVLink.Types.uint32_t(),
yaw: Float32,
yawspeed: Float32
}
t() :: %APM.Message.Attitude{ pitch: Float32, pitchspeed: Float32, roll: Float32, rollspeed: Float32, time_boot_ms: MAVLink.Types.uint32_t(), yaw: Float32, yawspeed: Float32 }
The attitude in the aeronautical frame (right-handed, Z-down, X-front, Y-right).