42 Commits (zr-v5.0)

Author SHA1 Message Date
Peter Barker ee07789383 AP_Baro: add override keyword 6 years ago
Andrew Tridgell 83d1e71cb2 AP_Baro: ran BMP085 driver through code formatter 7 years ago
night-ghost 2c043b822b AP_Baro: fixed BMP085 driver for current API 7 years ago
Lucas De Marchi 5472bc4de1 Global: change Device::PeriodicCb signature 8 years ago
Andrew Tridgell bedee31f61 AP_Baro: fixed semaphore and thread usage in baro drivers 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi 3c7d80a270 AP_Baro: BMP085: use a moving average of 10 samples in BMP085 9 years ago
Lucas De Marchi 8da5275b03 AP_Baro: BMP085: don't average temperature in BMP085 9 years ago
Lucas De Marchi c5c52076ca AP_Baro: BMP085: rename private member 9 years ago
Lucas De Marchi e40b88aa70 AP_Baro: BMP085: use DigitalSource interface in BMP085 9 years ago
Lucas De Marchi b05954660a AP_Baro: BMP085: use I2CDevice interface 9 years ago
Lucas De Marchi 8eee888b3e AP_Baro: BMP085: move data-ready macro to a method 9 years ago
Lucas De Marchi c5e97129c1 AP_Baro: BMP085: follow coding style 9 years ago
Lucas De Marchi 81a298c9c8 AP_Baro: reduce header scope 9 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 8b794602d1 AP_Baro: make get_temperature() a const function 10 years ago
Randy Mackay af28b74944 Baro_BMP085: init members to resolve compiler warnings 11 years ago
Mike McCauley e3c20f06ac AP_Baro: Chnages to flymaple port. 12 years ago
Andrew Tridgell fc119d9b80 AP_Baro: cleaned up temperature and pressure units 12 years ago
Andrew Tridgell 8ceabc97f1 AP_Baro: added accumulate() function 12 years ago
Andrew Tridgell 4a54ffb523 Baro: use local include to reduce boilerplate 12 years ago
Andrew Tridgell dbd9814327 AP_Baro: get rid of apm2_hardware parameter in init 12 years ago
Pat Hickey 5d40074e4e AP_Baro: port to AP_HAL 12 years ago
uncrustify cfcef93e16 uncrustify libraries/AP_Baro/AP_Baro_BMP085.h 13 years ago
Andrew Tridgell f501503eb0 AP_Baro: improved barometer averaging 13 years ago
Andrew Tridgell 209136386b AP_Baro: added get_pressure_samples() interface 13 years ago
Andrew Tridgell c387edd74c Baro: added get_altitude() and get_climb_rate() interfaces 13 years ago
rmackay9 2d65ec2874 AP_Baro - change data type size of temperature's average filter to int32_t (was int16_t) 13 years ago
rmackay9 01cc5fe938 AP_Baro - removed unnecessary 2 element average filtering of pressure (there is a 4 or 5 element average filter in arducopter code itself, two places is messy) 13 years ago
rmackay9 7560242721 AP_Baro - added average filter for temperature to replace broken filter 13 years ago
Jason Short e57b91c2e2 Updated on Barometer - increased the Temp filtering and decreased the pressure filtering to and get less temp noise, faster response from pressure. I'm filtering the Climb rate differently now, so this higher pressure noise should not hurt the derivative calcs at all now. 13 years ago
rmackay9 d81c951849 AP_Baro - fixed small compiler warning to do with order of parameters in constructor 13 years ago
Andrew Tridgell 897d9a1c0b baro: fixed an integer overflow issue at high altitudes 13 years ago
Andrew Tridgell 9fb3b13af3 AP_Baro: when I2c fails, don't retry for 1s 13 years ago
Andrew Tridgell 7ba744a11a I2C: convert barometer library to new I2C library 13 years ago
Pat Hickey d026e48032 AP_Baro : Add init( AP_PeriodicProcess * ) method to interface & implementations 13 years ago
Pat Hickey a626e21e98 AP_Baro_BMP085: move apm2_hardware flag from init to constructor. 13 years ago
Pat Hickey f0ab0318b3 AP_Baro_BMP085: Conform to AP_Baro interface. Make the rest private. 13 years ago
Pat Hickey f445ec1242 AP_Baro_BMP085(+_HIL): Rename classes from APM_BMP085 to AP_Baro_BMP085. 13 years ago
Pat Hickey 7032c32b42 BMP085 fix line endings 13 years ago
Pat Hickey 7ef146044e AP_Baro: move all APM_BMP085 files inside AP_Baro 13 years ago
Andrew Tridgell 02f25ac36d libraries: rename purple to APM2 13 years ago
Pat Hickey 2d8ce38aeb barometer: add purple_hardware option to Init() 13 years ago
Jason Short 6f3b56b38f increased filter 13 years ago
Jason Short afef359aec Upped pressure filter a bit 13 years ago
Jason Short 9c4ad5f7ff Baro 13 years ago
James Goppert 5770be6dc6 Fixed APO examples. 13 years ago
Michael Oborne 7ef51f723d Sensor hil fix's 14 years ago
Jason Short d29cfbcee3 Integration of optical flow 14 years ago