KalmanAbsoluteAttitudeProcessor2

constructor(averagingFilter: AveragingFilter = LowPassAveragingFilter(), location: Location? = null, adjustGravityNorm: Boolean = true, computeEulerAngles: Boolean = true, computeCovariances: Boolean = true, computeQuaternionCovariance: Boolean = true, computeEulerAnglesCovariance: Boolean = true, computeAccelerometerCovariance: Boolean = true, computeRotationAxisCovariance: Boolean = true, gyroscopeNoisePsd: Double = DEFAULT_GYROSCOPE_NOISE_PSD, accelerometerNoiseStandardDeviation: Double = DEFAULT_ACCELEROMETER_NOISE_STANDARD_DEVIATION, magnetometerNoiseStandardDeviation: Double = DEFAULT_MAGNETOMETER_NOISE_STANDARD_DEVIATION, quaternionStepIntegratorType: QuaternionStepIntegratorType = QuaternionStepIntegrator.DEFAULT_TYPE, freeFallThreshold: Double = DEFAULT_FREE_FALL_THRESHOLD, symmetricThreshold: Double = SYMMETRIC_THRESHOLD, processorListener: KalmanAbsoluteAttitudeProcessor2.OnProcessedListener? = null, numericalInstabilitiesListener: KalmanAbsoluteAttitudeProcessor2.OnNumericalInstabilitiesDetectedListener? = null)