Common.Message.LocalPositionNedSystemGlobalOffset (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

The offset in X, Y, Z and yaw between the LOCAL_POSITION_NED messages of MAV X and the global coordinate frame in NED coordinates. Coordinate frame is right-handed, Z-axis down (aeronautical frame, NED / north-east-down convention)

Types

t()

@type t() :: %Common.Message.LocalPositionNedSystemGlobalOffset{
  pitch: Float32,
  roll: Float32,
  time_boot_ms: XMAVLink.Types.uint32_t(),
  x: Float32,
  y: Float32,
  yaw: Float32,
  z: Float32
}

The offset in X, Y, Z and yaw between the LOCAL_POSITION_NED messages of MAV X and the global coordinate frame in NED coordinates. Coordinate frame is right-handed, Z-axis down (aeronautical frame, NED / north-east-down convention)