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

Link to this section Summary

Types

t()

The state of the fixed wing navigation and position controller.

Link to this section Types

@type t() :: %APM.Message.NavControllerOutput{
  alt_error: Float32,
  aspd_error: Float32,
  nav_bearing: MAVLink.Types.int16_t(),
  nav_pitch: Float32,
  nav_roll: Float32,
  target_bearing: MAVLink.Types.int16_t(),
  wp_dist: MAVLink.Types.uint16_t(),
  xtrack_error: Float32
}

The state of the fixed wing navigation and position controller.