GlobalPositionIntCov constructor
GlobalPositionIntCov({})
Implementation
GlobalPositionIntCov({
required this.timeUsec,
required this.lat,
required this.lon,
required this.alt,
required this.relativeAlt,
required this.vx,
required this.vy,
required this.vz,
required this.covariance,
required this.estimatorType,
});