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

Link to this section Summary

Types

t()

Sets a desired vehicle attitude. Used by an external controller to command the vehicle (manual controller or other system).

Link to this section Types

@type t() :: %APM.Message.SetAttitudeTarget{
  body_pitch_rate: Float32,
  body_roll_rate: Float32,
  body_yaw_rate: Float32,
  q: [Float32],
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t(),
  thrust: Float32,
  time_boot_ms: MAVLink.Types.uint32_t(),
  type_mask: MapSet.t(APM.Types.attitude_target_typemask())
}

Sets a desired vehicle attitude. Used by an external controller to command the vehicle (manual controller or other system).