79 Commits (debc13965ae38df36028a7abf7956b5a0fadbfd7)

Author SHA1 Message Date
Andy Piper 143a071788 AP_InertialSensor: add rpm-based motor noise to gyros and accels 5 years ago
Andrew Tridgell 236ce28339 AP_InertialSensor: updated for heater changes 5 years ago
Andy Piper 8e385d7453 AP_InertialSensor: correct formatting 5 years ago
Andy Piper 5b7f9f6bea AP_InertialSensor: while sensors are converging update the filters sample rates. if gyro filtering produces invalid output, keep the previous value 5 years ago
Andy Piper 3261677e01 AP_InertialSensor: remove _ prefix from methods. use changed filter methods. 5 years ago
Andy Piper 50f7e50634 AP_InertialSensor: add harmonic notch filter to gyro filter chain 5 years ago
Andrew Tridgell 09d3392aee AP_InertialSensor: zero accumulators on time step 6 years ago
Andrew Tridgell 3444e82ef9 AP_InertialSensor: added RC switch for killing IMUs 6 years ago
Andy Piper fff81a2163 AP_InertialSensor: Make sure the LPF output is used by the notch input. 6 years ago
Andy Piper 18d403c3ac AP_InertialSensor: Rework notch filter allocation and sampling 6 years ago
Peter Barker ef860db558 AP_InertialSensor: add floating point constant designators 6 years ago
Tom Pittenger 3eeaa2c8df AP_InertialSensor: rename dataflash to logger 6 years ago
Tom Pittenger 9347e6d36f AP_InertialSensor: unify singleton naming to _singleton and get_singleton() 6 years ago
Peter Barker b47733142f GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Andrew Tridgell 755dc8dc5d AP_InertialSensor: use WITH_SEMAPHORE() 6 years ago
Peter Barker 1a640e3405 AP_InertialSensor: parameterise sensor-rate logging, generalise it 7 years ago
Andrew Tridgell 44131202cd AP_InertialSensor: 4kHz batch sampling 7 years ago
Jacob Walser ad4e928e7d AP_InertialSensor: add support for custom board orientations 7 years ago
Andrew Tridgell 0e6497aa85 AP_InertialSensor: merged in Revo driver 7 years ago
Peter Barker 9566abb3a8 AP_InertialSensor: add IMU batch sampling 7 years ago
Peter Barker 5096e2fca9 AP_InertialSensor: use df singleton, factor out log_{gyro,accel}_raw 7 years ago
Peter Barker 6ae86a0b8c AP_InertialSensor: use DataFlash should_log to determine raw logging 8 years ago
Andrew Tridgell 2876f1467c AP_InertialSensor: converge sensor rate quickly, then slowly 8 years ago
Andrew Tridgell db25b6e966 AP_InertialSensor: estimate and log sensor rates for all IMUs 8 years ago
Andrew Tridgell 49cc0965c0 AP_InertialSensor: separate handling of FIFO and non-FIFO sensors 8 years ago
murata a3f5b4f319 AP_InertialSensor: Change from magic number 0 to definition name. 8 years ago
Julien Beraud 3d9dacb227 AP_InertialSensor: push gyro data for opticalflow 8 years ago
Andrew Tridgell d9c8db7024 AP_InertialSensor: implement a new strategy for fast sampling 8 years ago
Andrew Tridgell cb1a5d4c74 AP_InertialSensor: take semaphore for update of accumulators 8 years ago
Andrew Tridgell 3289e90134 AP_InertialSensor: added error count increments in drivers 8 years ago
Lucas De Marchi ace61087a1 AP_InertialSensor: remove product_id 8 years ago
Andrew Tridgell a5c5e033d2 AP_InertialSensor: fixed threading and locking in remaining backends 8 years ago
Andrew Tridgell 2df6ed08c2 AP_InertialSensor: added optional per-instance orientation 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell 6f9530ebaa AP_InertialSensor: added optional FSYNC external sync bit 9 years ago
Andrew Tridgell eee9fc88a1 AP_InertialSensor: avoid ifdef for AP_MODULE_SUPPORTED 9 years ago
Andrew Tridgell 33ce1213a2 AP_InertialSensor: call gyro_sample and accel_sample AP_Module hooks 9 years ago
Andrew Tridgell 834acaffee AP_InertialSensor: provide IMU temperature to HAL for all boards 9 years ago
Andrew Tridgell ee453783eb AP_InertialSensor: added get_delta_angle_dt() API 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 492223cb84 AP_InertialSensor: support AP_AccelCal 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 32ed0d58f3 AP_InertialSensor: fixed filter setup on 2nd accel/gyro 9 years ago
Andrew Tridgell ccd915eb67 AP_InertialSensor: moved raw gyro and accel logging to common code 9 years ago
Andrew Tridgell 0e4bab74ba AP_InertialSensor: simplify sensor backends 9 years ago
Andrew Tridgell 142aa59bce AP_InertialSensor: fixed vibration logging after recent changes 9 years ago
Gustavo Jose de Sousa 25a499a41f AP_InertialSensor: use raw sample rate terminology 9 years ago