Common.Message.NavControllerOutput (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

The state of the navigation and position controller.

Types

t()

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

The state of the navigation and position controller.