46 Commits (3cf952d1f8b09e757d87d4f639da098e1b3a51c0)

Author SHA1 Message Date
ziltoid2 23787cf695 AP_Baro: use ground_temperature instead of calibration_temperature for alt calculation 10 years ago
Andrew Tridgell 48fb7f8159 AP_BARO: revert AP_Math class change 10 years ago
Tom Pittenger 0b29848277 AP_Baro: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Randy Mackay 1b381b5675 Baro: get_air_density_ratio gets div-by-zero check 10 years ago
Jonathan Challinger f381ef93e8 AP_Baro: add get_air_density_ratio 10 years ago
Andrew Tridgell 2e9d2e6449 AP_Baro: load only HIL backend for hil_mode 10 years ago
Andrew Tridgell 1f70b34cbc AP_Baro: fixed baro startup on PXF cape 10 years ago
Andrew Tridgell ac3dd87790 AP_Baro: added hil_mode support 10 years ago
Randy Mackay c93e7a69a7 Baro: init external_temperature in constructor 10 years ago
Andrew Tridgell b1d8df3d54 AP_Baro: only allow calibrated sensors to be used 10 years ago
Andrew Tridgell 0a8677b3e2 AP_Baro: fixed build after rebase with all_healthy() 10 years ago
Andrew Tridgell 1c2a6deaaf AP_Baro: added all_healthy() method 10 years ago
Andrew Tridgell 8359c082ca AP_Baro: fixed baro on NavIO 10 years ago
Andrew Tridgell f1891cea1f AP_Baro: BMP085 driver done, but untested 10 years ago
Andrew Tridgell 5bb57a31f7 AP_Baro: split into frontend/backend 10 years ago
Andrew Tridgell d404cc6542 AP_Baro: add set_external_temperature() 10 years ago
Randy Mackay 3a81732721 Baro: minor param description updates 10 years ago
Randy Mackay 330d883f97 Baro: add altitude sanity check 11 years ago
Randy Mackay e9fbea9497 Baro: make get_altitude_difference const 11 years ago
Andrew Tridgell a458f1bf5f AP_Baro: minor improvements to Baro HIL code health check 11 years ago
Andrew Tridgell 74c3b404ee AP_Baro: avoid some float conversion warnings 11 years ago
Andrew Tridgell 41dd280739 AP_Baro: expose get_altitude_difference() 11 years ago
Andrew Tridgell 2cd781997f AP_Baro: changed HIL driver to use floats and better handle starup 11 years ago
Andrew Tridgell 5e3c4441dc AP_Baro: use HAL_CPU_CLASS in baro driver 11 years ago
Andrew Tridgell 487caea3a5 AP_Baro: added update_calibration() method 12 years ago
Andrew Tridgell fc119d9b80 AP_Baro: cleaned up temperature and pressure units 12 years ago
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Andrew Tridgell 5607c89df0 AP_Baro: use fabs() not abs() 12 years ago
Andrew Tridgell 0f72401d8d AP_Baro: added GND_ALT_OFFSET parameter 12 years ago
Paul Riseborough 7bdb098e77 AP_Baro: added get_EAS2TAS() 12 years ago
Andrew Tridgell 61361dac9b AP_Baro: added units to baro documentation 12 years ago
Paul Riseborough 3b98bbd159 AP_Baro: more precise altitude calculation on PX4 12 years ago
Randy Mackay aa2b10f044 AP_Baro: TEMP parameter comment fix 12 years ago
James Bielman 4fa7bb1486 Add AVR compatibility header for missing math.h definitions. 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Pat Hickey d92e8045c1 AP_Baro: uses scheduler panic 12 years ago
Pat Hickey 60f7788be4 AP_Baro: robust calibration 12 years ago
Pat Hickey 5d40074e4e AP_Baro: port to AP_HAL 12 years ago
uncrustify 6f02a645c3 uncrustify libraries/AP_Baro/AP_Baro.cpp 13 years ago
Andrew Tridgell 518d6365ff AP_Param: update remaining libraries for new constructor syntax 13 years ago
Andrew Tridgell a7b9aff79f AP_Baro: the DerivativeFilter now handles duplicate data 13 years ago
Andrew Tridgell f501503eb0 AP_Baro: improved barometer averaging 13 years ago
Andrew Tridgell 185c6e5b32 AP_Baro: change to a 7 point DerivativeFilter for climb rate 13 years ago
Andrew Tridgell f9fc7aafe7 AP_Baro: use DerivativeFilter in barometer climb rate 13 years ago
Andrew Tridgell 5bccfbd94c Barometer: fixed airstart for APM 13 years ago
Andrew Tridgell c387edd74c Baro: added get_altitude() and get_climb_rate() interfaces 13 years ago