Browse Source

AHRS: enable barometer for vertical velocity

this re-enables the barometer for vertical velocity information
for drift correction, now that we have a better filter
on the climb rate
master
Andrew Tridgell 13 years ago
parent
commit
adfa97b6f8
  1. 2
      libraries/AP_AHRS/AP_AHRS_DCM.cpp

2
libraries/AP_AHRS/AP_AHRS_DCM.cpp

@ -411,7 +411,7 @@ AP_AHRS_DCM::drift_correction(float deltat) @@ -411,7 +411,7 @@ AP_AHRS_DCM::drift_correction(float deltat)
_have_gps_lock = true;
}
#if 0
#if 1
/*
NOTE: The barometric vertical acceleration correction is disabled
until we work out how to filter it sufficiently to be usable

Loading…
Cancel
Save