mavlink v0.7.0 APM.Message.ControlSystemState View Source

Link to this section Summary

Types

t()

The smoothed, monotonic system state used to feed the control loops of the system.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.ControlSystemState{
  airspeed: Float32,
  pitch_rate: Float32,
  pos_variance: [Float32],
  q: [Float32],
  roll_rate: Float32,
  time_usec: MAVLink.Types.uint64_t(),
  vel_variance: [Float32],
  x_acc: Float32,
  x_pos: Float32,
  x_vel: Float32,
  y_acc: Float32,
  y_pos: Float32,
  y_vel: Float32,
  yaw_rate: Float32,
  z_acc: Float32,
  z_pos: Float32,
  z_vel: Float32
}

The smoothed, monotonic system state used to feed the control loops of the system.