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

Link to this section Summary

Types

t()

Sent from simulation to autopilot. This packet is useful for high throughput applications such as hardware in the loop simulations.

Link to this section Types

@type t() :: %APM.Message.HilState{
  alt: MAVLink.Types.int32_t(),
  lat: MAVLink.Types.int32_t(),
  lon: MAVLink.Types.int32_t(),
  pitch: Float32,
  pitchspeed: Float32,
  roll: Float32,
  rollspeed: Float32,
  time_usec: MAVLink.Types.uint64_t(),
  vx: MAVLink.Types.int16_t(),
  vy: MAVLink.Types.int16_t(),
  vz: MAVLink.Types.int16_t(),
  xacc: MAVLink.Types.int16_t(),
  yacc: MAVLink.Types.int16_t(),
  yaw: Float32,
  yawspeed: Float32,
  zacc: MAVLink.Types.int16_t()
}

Sent from simulation to autopilot. This packet is useful for high throughput applications such as hardware in the loop simulations.