Common.Message.ViconPositionEstimate (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Global position estimate from a Vicon motion system source.

Types

t()

@type t() :: %Common.Message.ViconPositionEstimate{
  covariance: [Float32],
  pitch: Float32,
  roll: Float32,
  usec: XMAVLink.Types.uint64_t(),
  x: Float32,
  y: Float32,
  yaw: Float32,
  z: Float32
}

Global position estimate from a Vicon motion system source.