We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69e0c6 commit f161a32Copy full SHA for f161a32
src/modules/ekf2/EKF/aid_sources/barometer/baro_height_control.cpp
@@ -45,11 +45,6 @@ void Ekf::controlBaroHeightFusion(const imuSample &imu_sample)
45
auto &aid_src = _aid_src_baro_hgt;
46
HeightBiasEstimator &bias_est = _baro_b_est;
47
48
- if (_params.ekf2_baro_ctrl == 0) {
49
- stopBaroHgtFusion();
50
- return;
51
- }
52
-
53
bias_est.predict(_dt_ekf_avg);
54
55
baroSample baro_sample;
0 commit comments