274 Commits (14b5c8a6c4e43b100f34af9ed663dddfd09b1968)

Author SHA1 Message Date
Andrew Tridgell b92c48548a AP_InertialSensor: added per-instance rotation for LSM9DS0 8 years ago
Andrew Tridgell 2df6ed08c2 AP_InertialSensor: added optional per-instance orientation 8 years ago
Andrew Tridgell 7832f1a1b6 AP_InertialSensor: allow for in-tree drivers for PX4 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
priseborough 7460d97c9a AP_InertialSensor: Update parameter documentation 8 years ago
priseborough 54a431a51d AP_InertialSensor: Update position offset parameter documentation 8 years ago
priseborough 6db93d8a21 AP_InertialSensor: Add parameters defining accelerometer position offset 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Gustavo Jose de Sousa 68fe536da3 AP_InertialSensor: use BMI160 for Intel Aero 9 years ago
Gustavo Jose de Sousa cd0d65dc3f AP_InertialSensor: don't check {gyro,accel}_available twice 9 years ago
Gustavo Jose de Sousa 69405cc99a AP_InertialSensor: fix timing debug macro 9 years ago
Gustavo Jose de Sousa ee7c40be61 AP_InertialSensor: BMI160: add backend 9 years ago
Gustavo Jose de Sousa e85ac8b2c5 AP_InertialSensor: inform maximum gyro average difference 9 years ago
Gustavo Jose de Sousa e6f62080f5 AP_InertialSensor: fix best_diff on gyro initialization 9 years ago
Grant Morphett 34fa2a39bd AP_InertialSensor: Changing the default gyro filter from 10 to 4 9 years ago
Lucas De Marchi b067bce140 AP_InertialSensor: remove support for flymaple 9 years ago
Lucas De Marchi 7503c1b6d4 AP_InertialSensor: update doc about used ids 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
Andrew Tridgell be41d402b5 AP_InertialSensor: added set of delta angle time for replay 9 years ago
Andrew Tridgell 4401cbec72 AP_InertialSensor: cope with zero delta angle time from Replay 9 years ago
mirkix c3a6a56ebb AP_InertialSensor: Add second MPU9250 autodetection to BBBmini 9 years ago
ashwinvasudevan e33812e1cb AP_InertialSensor: added missing brackets 9 years ago
raspilot 1d1d224c18 AP_InertialSensor: Enable dual IMU for raspilot 9 years ago
AndersonRayner c9d5c548a6 Corrects a bracket error for the LSM9DS0 IMU 9 years ago
Jonathan Challinger c454631be8 AP_InertialSensor: work around gyro and accel errors on startup 9 years ago
Lucas De Marchi 02a7fa5c2b AP_InertialSensor: MPU9250: use AP_HAL::Device abstraction 9 years ago
Lucas De Marchi d2b267d026 AP_InertialSensor: LSM9DS0: use AP_HAL::SPIDevice abstraction 9 years ago
Lucas De Marchi 58f4624f8c AP_InertialSensor: L3G4200D: use AP_HAL::I2CDevice abstraction 9 years ago
Lucas De Marchi af846636e4 AP_InertialSensor: MPU60x0: use AP_HAL::Device abstraction 9 years ago
Lucas De Marchi 9c6bd38e91 AP_InertialSensor: sanitize includes 9 years ago
Jonathan Challinger 4c2e6af6ee AP_InertialSensor: statically register with AP_AccelCal 9 years ago
Randy Mackay 081beacb8d AP_InertialSensor: replace sqrt with safe_sqrt to resolve compiler warning 9 years ago
Andrew Tridgell ee453783eb AP_InertialSensor: added get_delta_angle_dt() API 9 years ago
Andrew Tridgell b2745bb545 AP_InertialSensor: we only need peak hold for negative X for now 9 years ago
Tom Pittenger 3aaf2b1d2b AP_InertialSensor: add pos/neg peak detector 9 years ago
Jonathan Challinger 0a3c2774e9 AP_InertialSensor: fixes in response to review 9 years ago
Jonathan Challinger 137ace473d AP_InertialSensor: add accel_cal_requires_reboot 9 years ago
Jonathan Challinger f6a41a8936 AP_InertialSensor: ensure that accel calibration object isn't allocated more than once 9 years ago
Jonathan Challinger 492223cb84 AP_InertialSensor: support AP_AccelCal 9 years ago
Andrew Tridgell 17fc58f3cd AP_InertialSensor: re-work for more flexible main loop rates 9 years ago
Andrew Tridgell 93ef881109 AP_InertialSensor: added get_loop_delta_t() API 9 years ago
Andrew Tridgell 6639c23685 AP_InertialSensor: added QURT driver 9 years ago
Andrew Tridgell 28230556bb AP_InertialSensor: added qflight driver 9 years ago
Don Gagne 47586dae07 AP_InertialSensor: fix invalid Range meta data 9 years ago
Aaron Wang Shi 3a31970056 AP_InertialSensor: add support to BH hat 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Caio Marcelo de Oliveira Filho d7601095fa AP_InertialSensor: use millis/micros/panic functions 9 years ago
Andrew Tridgell 4a768d47f3 AP_InertialSensor: created a SITL specific backend 9 years ago
Andrew Tridgell 75ea8f3dc0 AP_InertialSensor: removed "have sample" logic from drivers 9 years ago
Andrew Tridgell 0e4bab74ba AP_InertialSensor: simplify sensor backends 9 years ago