EstimatorStatus constructor
EstimatorStatus({})
Implementation
EstimatorStatus({
required this.timeUsec,
required this.velRatio,
required this.posHorizRatio,
required this.posVertRatio,
required this.magRatio,
required this.haglRatio,
required this.tasRatio,
required this.posHorizAccuracy,
required this.posVertAccuracy,
required this.flags,
});