mavlink v0.7.0 APM.Message.ViconPositionEstimate View Source

Link to this section Summary

Types

t()

Global position estimate from a Vicon motion system source.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.ViconPositionEstimate{
  covariance: [Float32],
  pitch: Float32,
  roll: Float32,
  usec: MAVLink.Types.uint64_t(),
  x: Float32,
  y: Float32,
  yaw: Float32,
  z: Float32
}

Global position estimate from a Vicon motion system source.