203 Commits (4f176c25deea477bea82bc659cc88e5600e7ee44)

Author SHA1 Message Date
Peter Barker 72acc8bfc8 AP_InertialSensor: use primary gyro (not accel) for get_delta_angle_dt 4 years ago
Andrew Tridgell f6c45c3bcd AP_InertialSensor: cope with INS_MAX_INSTANCES < 3 4 years ago
Michael du Breuil c86dcf91d6 AP_InertialSensor: Run vibration monitoring on all instances 4 years ago
Andy Piper faf9bbbf3a AP_InertialSensor: make the backend fast gyro rate configurable 5 years ago
Andy Piper 61bb42cc0c AP_InertialSensor: allow up to four distinct notch center frequencies to be updated 5 years ago
Andy Piper 8ac79da643 AP_InertialSensor: FFT gyro window would overflow on windows >= 256 5 years ago
Andy Piper 0e9b2a26c5 AP_InertialSensor: SITL the raw sample rate is not the same as the sensor rate 5 years ago
Andy Piper 3d9776dd6d AP_InertialSensor: expose statically filtered gyro values for FFT analysis and allow sampling to gyro window for FFT analysis. 5 years ago
Andrew Tridgell 9dc618ddd4 AP_InertialSensor: added gyro_harmonic_notch_enabled() 5 years ago
Andrew Tridgell 77d21f9f5d AP_InertialSensor: return HarmonicNotchDynamicMode 5 years ago
Andy Piper 6381183aa3 AP_InertialSensor: expose harmonic notch tracking mode 5 years ago
Andy Piper 50f7e50634 AP_InertialSensor: add harmonic notch filter to gyro filter chain 5 years ago
Andrew Tridgell 3444e82ef9 AP_InertialSensor: added RC switch for killing IMUs 6 years ago
Andrew Tridgell 053f0cb689 AP_InertialSensor: try much harder to get all IMU samples 6 years ago
Andy Piper 36878e9b3c AP_InertialSensor: Allow all filter frequencies to be 16bit. 6 years ago
Andy Piper 18d403c3ac AP_InertialSensor: Rework notch filter allocation and sampling 6 years ago
Andrew Tridgell 9c48d001ac AP_InertialSensor: skip gyro cal on watchdog reset 6 years ago
Siddharth Purohit 8c2d3945de AP_IneertialSensor: add support for custom accel scale 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
Michael du Breuil 983356213a AP_InertialSensor: Remove unused parameter 6 years ago
Peter Barker 011c93f38e AP_InertialSensor: add override keyword 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
Peter Barker be634a893f AP_InertialSensor: remove unused ins error count logging 7 years ago
Peter Barker 2396a248ed AP_InertialSensor: use ahrs singleton for simple accelcal 7 years ago
Andrew Tridgell e8726865ab AP_InertialSensor: Correct scaling of batch data 7 years ago
Peter Barker 096f7367bf AP_InertialSensor: add ins() to AP:: namespace 7 years ago
Andrew Tridgell c0c5f23aa5 AP_InertialSensor: added INS_ENABLE_MASK 7 years ago
Andrew Tridgell 99499dece2 AP_InertialSensor: removed create() method for objects 7 years ago
Andrew Tridgell 39c206ca03 AP_InertialSensor: limit delta-time from INS 7 years ago
Peter Barker 161e2145cb AP_InertialSensor: tighten type of simple_accel_cal result 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
Andrew Tridgell d5cab1140a AP_InertialSensor: added simple_accel_cal() 7 years ago
Lucas De Marchi d566567d87 AP_InertialSensor: add static create method 7 years ago
Andrew Tridgell 7e1368f7a5 AP_InertialSensor: implement notch filter on gyro 8 years ago
Peter Barker 6ae86a0b8c AP_InertialSensor: use DataFlash should_log to determine raw logging 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
Andrew Tridgell e62fdad12c AP_InertialSensor: added get_last_update_usec() 8 years ago
Andrew Tridgell 624178f3be AP_InertialSensor: added INS_FAST_SAMPLE parameter 8 years ago
Andrew Tridgell 4ebf3309f7 AP_InertialSensor: auto-handle invensense sensor changes 8 years ago
Lucas De Marchi 469efb00f6 AP_InertialSensor: save id for gyro and accel instances 8 years ago
Lucas De Marchi bbb9bfa95e AP_InertialSensor: save only gyro calibration 8 years ago
Lucas De Marchi ace61087a1 AP_InertialSensor: remove product_id 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
Andrew Tridgell afe2c31ae7 AP_Inertial_Sensor: use const reference 8 years ago