VisionSpeedEstimate constructor

VisionSpeedEstimate({
  1. required uint64_t usec,
  2. required float x,
  3. required float y,
  4. required float z,
  5. required List<float> covariance,
  6. required uint8_t resetCounter,
})

Implementation

VisionSpeedEstimate({
  required this.usec,
  required this.x,
  required this.y,
  required this.z,
  required this.covariance,
  required this.resetCounter,
});