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

# `t`

```elixir
@type t() :: %Common.Message.MountOrientation{
  pitch: Float32,
  roll: Float32,
  time_boot_ms: XMAVLink.Types.uint32_t(),
  yaw: Float32,
  yaw_absolute: Float32
}
```

Orientation of a mount

---

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