Common.Message.ManualSetpoint (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Setpoint in roll, pitch, yaw and thrust from the operator

Types

t()

@type t() :: %Common.Message.ManualSetpoint{
  manual_override_switch: XMAVLink.Types.uint8_t(),
  mode_switch: XMAVLink.Types.uint8_t(),
  pitch: Float32,
  roll: Float32,
  thrust: Float32,
  time_boot_ms: XMAVLink.Types.uint32_t(),
  yaw: Float32
}

Setpoint in roll, pitch, yaw and thrust from the operator