645 Commits (d82e80c7494248133053978a26ae1d20667d0c54)

Author SHA1 Message Date
Gustavo Jose de Sousa 4613b68efb AP_InertialSensor: waf: skip VibTest example 9 years ago
Staroselskii Georgii da550e5e98 AP_Inertial_Sensor: do not rotate MPU9250 on Navio2 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 c1d19fa4dc AP_InertialSensor: LSM9DS0: sanitize whitespaces 9 years ago
Lucas De Marchi 9c6bd38e91 AP_InertialSensor: sanitize includes 9 years ago
Lucas De Marchi 1ca03006ad AP_InertialSensor: MPU9150: remove driver 9 years ago
Lucas De Marchi 22f2a2ee09 AP_InertialSensor: L3G4200D: fix coding style 9 years ago
Lucas De Marchi 637b53f4ce AP_InertialSensor: L3G4200D: sanitize includes 9 years ago
Lucas De Marchi 5088dca072 AP_InertialSensor: MPU60x0: coding style fixes 9 years ago
Lucas De Marchi ed653f8dbb AP_InertialSensor: MPU60x0: add comment about 8G/16G 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
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Andrew Tridgell 24d8610013 AP_InertialSensor: use SIM_GYR_SCALE in SITL 9 years ago
Andrew Tridgell ee453783eb AP_InertialSensor: added get_delta_angle_dt() API 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Víctor Mayoral Vilches e493bfcae4 AP_InertialSensor: add PXFmini support 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 bae16a61e2 AP_InertialSensor: fix segfault 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
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Andrew Tridgell 3fb0b8f69d AP_InertialSensor: fixed example build 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
Julien BERAUD a27d7f8a93 AP_InertialSensor_MPU6000: Fix FIFO reset 9 years ago
Lucas De Marchi e1d90c78d8 AP_InertialSensor: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Lucas De Marchi d19c5035b6 Global: Rename printf format attribute 9 years ago
Andrew Tridgell 774e257a88 AP_InertialSensor: support FMUv4 9 years ago
Andrew Tridgell 9cdd5f3944 AP_InertialSensor: catch NAN errors in accel and gyro filters 9 years ago
Caio Marcelo de Oliveira Filho d7601095fa AP_InertialSensor: use millis/micros/panic functions 9 years ago
Andrew Tridgell f36b2e415a AP_InertialSensor: fixed flymaple build 9 years ago
Andrew Tridgell 32ed0d58f3 AP_InertialSensor: fixed filter setup on 2nd accel/gyro 9 years ago
Andrew Tridgell 4a768d47f3 AP_InertialSensor: created a SITL specific backend 9 years ago
Andrew Tridgell ccd915eb67 AP_InertialSensor: moved raw gyro and accel logging to common code 9 years ago