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

Link to this section Summary

Types

t()

Speed estimate from a vision source.

Link to this section Types

@type t() :: %APM.Message.VisionSpeedEstimate{
  covariance: [Float32],
  reset_counter: MAVLink.Types.uint8_t(),
  usec: MAVLink.Types.uint64_t(),
  x: Float32,
  y: Float32,
  z: Float32
}

Speed estimate from a vision source.