On Initial Gyroscope Bias Available Listener
Interface to notify when initial gyroscope bias guess is available. If isGyroscopeGroundTruthInitialBias 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: StaticIntervalAccelerometerGyroscopeAndMagnetometerCalibrator, biasX: Double, biasY: Double, biasZ: Double)
Called when initial gyroscope bias is available. If isGyroscopeGroundTruthInitialBias is true, then initial bias is considered the true value after solving calibration, otherwise, initial bias is considered only an initial guess.