Common.Message.SetAttitudeTarget (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

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

Types

t()

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

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