KalmanGyroscopePredictor

constructor(phiMatrixMethod: PhiMatrixMethod = PhiMatrixMethod.APPROXIMATED, processNoiseCovarianceMethod: ProcessNoiseCovarianceMethod = ProcessNoiseCovarianceMethod.BETTER, quaternionStepIntegratorType: QuaternionStepIntegratorType = QuaternionStepIntegratorType.RUNGE_KUTTA, gyroscopeNoisePsd: Double = DEFAULT_GYROSCOPE_NOISE_PSD)

Parameters

phiMatrixMethod

method to estimate phi matrix relating previous and current filter state.

processNoiseCovarianceMethod

method to estimate process noise covariance matrix.

quaternionStepIntegratorType

method to integrate quaternions on each measurement.