# `Common.Message.LocalPositionNed`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L3202)

# `t`

```elixir
@type t() :: %Common.Message.LocalPositionNed{
  time_boot_ms: XMAVLink.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)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
