On Processed Listener
Interface to notify when a new attitude has been processed.
Functions
Link copied to clipboard
abstract fun onProcessed(processor: KalmanAbsoluteAttitudeProcessor3, attitude: Quaternion, eulerAngles: DoubleArray?, quaternionCovariance: Matrix?, eulerAnglesCovariance: Matrix?, accelerometerCovariance: Matrix?, rotationAxisCovariance: Matrix?)
Called when a new attitude is processed.