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

Link to this section Summary

Types

t()

The filtered local position (e.g. fused computer vision and accelerometers). Coordinate frame is right-handed, Z-axis down (aeronautical frame, NED / north-east-down convention)

Link to this section Types

@type t() :: %APM.Message.LocalPositionNed{
  time_boot_ms: MAVLink.Types.uint32_t(),
  vx: Float32,
  vy: Float32,
  vz: Float32,
  x: Float32,
  y: Float32,
  z: Float32
}

The filtered local position (e.g. fused computer vision and accelerometers). Coordinate frame is right-handed, Z-axis down (aeronautical frame, NED / north-east-down convention)