79 Commits (e68ee6f86e65661b21b92388415e8ba6e89ef322)

Author SHA1 Message Date
Andrew Tridgell a19e55e83c AP_Baro: added BMP388 driver 6 years ago
Michael du Breuil 5645709e50 AP_Baro: Rearrange the sensor struct 6 years ago
Andrew Tridgell 5023b51679 AP_Baro: added semaphore for safe multi-thread use of APIs 6 years ago
Tom Pittenger b54da9aab8 AP_Baro: rename dataflash to logger 6 years ago
Tom Pittenger 52887e1c45 AP_Baro: unify singleton naming to _singleton and get_singleton() 6 years ago
Andrew Tridgell 1439b1a730 AP_Baro: added option to probe any i2c baro using GND_PROBE_EXT 7 years ago
Patrick José Pereira c7f832e81f AP_Baro: Add SimpleUnderWaterAtmosphere function 7 years ago
Peter Barker a5dc87e2af AP_Baro: do dataflash logging as part of update 7 years ago
night-ghost cb8a34f784 AP_Baro: added range filter to backend, use it in most sensors (thanks khancyr for style correction) 7 years ago
Peter Barker 0675f41d1e AP_Baro: create AP::baro() function 7 years ago
Andrew Tridgell 472eed3847 AP_Baro: enable use of pressure correction 7 years ago
rde-mato 787420931e AP_Baro: make AP_Baro a singleton 7 years ago
Andrew Tridgell 68f8817e97 AP_Baro: removed create() method for objects 7 years ago
Lucas De Marchi c5c1d5abfe AP_Baro: add static create method 7 years ago
Peter Barker 1748e7cb0c AP_Baro: make backends responsible for setting their health 8 years ago
Randy Mackay 6982e58cf2 Baro: health check that values are changing 8 years ago
Andrew Tridgell 9bdf971336 AP_Baro: added set_pressure_correction() 8 years ago
Andrew Tridgell ee4161fa62 AP_Baro: moved SITL baro to standard sensor backend model 8 years ago
Michael du Breuil c37209a8d5 AP_Baro: Limit ground temperature used for the altitude 8 years ago
Jacob Walser 613bc46592 AP_Baro: Add support for water pressure and Sub 8 years ago
Victor Lambret a4108251e3 AP_Baro: fix get_last_update(instance) 8 years ago
Andrew Tridgell eea7758a63 AP_Baro: added GND_EXT_BUS option 8 years ago
Andrew Tridgell f2246326bb AP_Baro: added MS5611 probing, and support 3 baros on Pixhawk2 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Tom Pittenger 1d81df8144 Revert "AP_Baro: coverity scan - variables not initialized in constructor" 9 years ago
Tom Pittenger 8d2872d3ab AP_Baro: coverity scan - variables not initialized in constructor 9 years ago
Tom Pittenger f1f58e2026 AP_Baro: created baro drift offset accessor 9 years ago
Tom Pittenger 37ee3b44d2 AP_Baro: add accessor for baro drift 9 years ago
Andrew Tridgell 8b7bf5cf7a AP_Baro: allow setHIL to set last update time 9 years ago
Andrew Tridgell 0b71652afc AP_Baro; allow for exact replay of baro data 9 years ago
Andrew Tridgell 8a987bf67d AP_Baro: removed filtering of baro data in HIL/SITL 9 years ago
Tom Pittenger f435c5ee50 AP_Baro: tolerate GND_ALT_OFFSET step inputs 9 years ago
Lucas De Marchi 81a298c9c8 AP_Baro: reduce header scope 9 years ago
Andrew Tridgell 840c9e65bb AP_Baro: don't notify the GCS of new pressure reference too often 9 years ago
wsilva32 da9118fbd0 AP_Baro: average SITL baro measurements using update() 9 years ago
Lucas De Marchi 4d3229daa2 AP_Baro: remove check for HAL_CPU_CLASS 9 years ago
Andrew Tridgell a5462fec0b AP_Baro: allow selection of primary barometer and add 3rd baro 10 years ago
Tom Pittenger 749c0c190f AP_Baro - fix BARO_ALT_OFFSET param 10 years ago
Gustavo Jose de Sousa f18802bc46 AP_Baro: standardize inclusion of libaries headers 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 ac3dd87790 AP_Baro: added hil_mode support 10 years ago
Andrew Tridgell b1d8df3d54 AP_Baro: only allow calibrated sensors to be used 10 years ago
Andrew Tridgell 1c2a6deaaf AP_Baro: added all_healthy() method 10 years ago
Andrew Tridgell 197c09fcd8 AP_Baro: added num_instances() API 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
Randy Mackay ddda0d52ce Baro: reorder declaration to fix compiler warning 10 years ago
Andrew Tridgell d404cc6542 AP_Baro: add set_external_temperature() 10 years ago
Andrew Tridgell 8b794602d1 AP_Baro: make get_temperature() a const function 10 years ago