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