Common.Message.OpticalFlow (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Optical flow from a flow sensor (e.g. optical mouse sensor)

Types

t()

@type t() :: %Common.Message.OpticalFlow{
  flow_comp_m_x: Float32,
  flow_comp_m_y: Float32,
  flow_rate_x: Float32,
  flow_rate_y: Float32,
  flow_x: XMAVLink.Types.int16_t(),
  flow_y: XMAVLink.Types.int16_t(),
  ground_distance: Float32,
  quality: XMAVLink.Types.uint8_t(),
  sensor_id: XMAVLink.Types.uint8_t(),
  time_usec: XMAVLink.Types.uint64_t()
}

Optical flow from a flow sensor (e.g. optical mouse sensor)