mavlink v0.7.0 APM.Message.WheelDistance View Source

Link to this section Summary

Types

t()

Cumulative distance traveled for each reported wheel.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.WheelDistance{
  count: MAVLink.Types.uint8_t(),
  distance: [Float64],
  time_usec: MAVLink.Types.uint64_t()
}

Cumulative distance traveled for each reported wheel.