getEstimatedBiasXAsMeasurement

fun getEstimatedBiasXAsMeasurement(result: Acceleration): Boolean

Gets x coordinate of estimated accelerometer bias. If isGroundTruthInitialBias is true, result will be equal to initialBiasXAsMeasurement, otherwise it will be the estimated value obtained after solving calibration, that might differ from initialBiasXAsMeasurement.

Return

true if result is available, false otherwise.

Parameters

result

instance where result will be stored.