On Initial Bias Available Listener
Interface to notify when initial bias guess is available. If isGroundTruthInitialBias is true, then initial bias is considered the true value after solving calibration, otherwise, initial bias is considered only an initial guess.
Functions
Link copied to clipboard
abstract fun onInitialBiasAvailable(calibrator: SingleSensorStaticIntervalAccelerometerCalibrator, biasX: Double, biasY: Double, biasZ: Double)
Called when initial bias is available. If isGroundTruthInitialBias is true, then initial bias is considered the true value after solving calibration, otherwise, initial bias is considered only an initial guess.