OpticalFlow constructor

OpticalFlow({
  1. required uint64_t timeUsec,
  2. required float flowCompMX,
  3. required float flowCompMY,
  4. required float groundDistance,
  5. required int16_t flowX,
  6. required int16_t flowY,
  7. required uint8_t sensorId,
  8. required uint8_t quality,
  9. required float flowRateX,
  10. required float flowRateY,
})

Implementation

OpticalFlow({
  required this.timeUsec,
  required this.flowCompMX,
  required this.flowCompMY,
  required this.groundDistance,
  required this.flowX,
  required this.flowY,
  required this.sensorId,
  required this.quality,
  required this.flowRateX,
  required this.flowRateY,
});