mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-10 00:23:57 -03:00
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
This commit is contained in:
parent
a5d607d25a
commit
6653c0b874
@ -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…
Reference in New Issue
Block a user