Common.Message.AttitudeTarget (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Reports the current commanded attitude of the vehicle as specified by the autopilot. This should match the commands sent in a SET_ATTITUDE_TARGET message if the vehicle is being controlled this way.

Types

t()

@type t() :: %Common.Message.AttitudeTarget{
  body_pitch_rate: Float32,
  body_roll_rate: Float32,
  body_yaw_rate: Float32,
  q: [Float32],
  thrust: Float32,
  time_boot_ms: XMAVLink.Types.uint32_t(),
  type_mask: MapSet.t(Common.Types.attitude_target_typemask())
}

Reports the current commanded attitude of the vehicle as specified by the autopilot. This should match the commands sent in a SET_ATTITUDE_TARGET message if the vehicle is being controlled this way.