mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
3c7d80a270
Instead of depending on the frequency accumulate() is called, use AverageIntegralFilter with 10 samples. The data obtained by BMP085 is too noisy with any value of OVERSAMPLING so use twice the number of samples as currently used. Besides that now we are sure there's always 10 samples used in the average. |
||
---|---|---|
.. | ||
examples/BARO_generic | ||
AP_Baro_Backend.cpp | ||
AP_Baro_Backend.h | ||
AP_Baro_BMP085.cpp | ||
AP_Baro_BMP085.h | ||
AP_Baro_HIL.cpp | ||
AP_Baro_HIL.h | ||
AP_Baro_MS5611.cpp | ||
AP_Baro_MS5611.h | ||
AP_Baro_PX4.cpp | ||
AP_Baro_PX4.h | ||
AP_Baro_qflight.cpp | ||
AP_Baro_qflight.h | ||
AP_Baro_QURT.cpp | ||
AP_Baro_QURT.h | ||
AP_Baro.cpp | ||
AP_Baro.h |