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

Link to this section Summary

Types

t()

Sent from autopilot to simulation. Hardware in the loop control outputs

Link to this section Types

@type t() :: %APM.Message.HilControls{
  aux1: Float32,
  aux2: Float32,
  aux3: Float32,
  aux4: Float32,
  mode: APM.Types.mav_mode(),
  nav_mode: MAVLink.Types.uint8_t(),
  pitch_elevator: Float32,
  roll_ailerons: Float32,
  throttle: Float32,
  time_usec: MAVLink.Types.uint64_t(),
  yaw_rudder: Float32
}

Sent from autopilot to simulation. Hardware in the loop control outputs