Searched refs:softwareGyroBias (Results 1 – 1 of 1) sorted by relevance
1403 std::vector<float> softwareGyroBias = getFloatSetting(saved_settings, GYRO_SW_BIAS_TAG); in sendCalibrationOffsets() local1404 if (hardwareGyroBias.size() == 3 || softwareGyroBias.size() == 3) { in sendCalibrationOffsets()1417 if (softwareGyroBias.size() == 3) { in sendCalibrationOffsets()1419 std::copy(softwareGyroBias.begin(), softwareGyroBias.end(), in sendCalibrationOffsets()1422 std::copy(softwareGyroBias.begin(), softwareGyroBias.end(), in sendCalibrationOffsets()