225 Commits (1af244e5bcbbe4b06ae62ef1949ac87c07ac1bf9)

Author SHA1 Message Date
Peter Barker dac4134533 AP_InertialSensor: move from HAL_NO_GCS to HAL_GCS_ENABLED 3 years ago
Andrew Tridgell fefade783b AP_InertialSensor: allow accelcal with a rotation 3 years ago
Peter Barker 52a52e1e5b AP_InertialSensor: remove HIL support 4 years ago
Josh Henderson 9792202810 AP_InertialSensor: Privatize Logging 4 years ago
Andrew Tridgell b3ed4f4b12 AP_InertialSensor: fixed handling of more than 3 accel/gyro instances 4 years ago
Peter Barker 2b0bf45891 AP_InertialSensor: remove separate calls to get delta-times for vel and ang 4 years ago
Andrew Tridgell 25dd08a1fd AP_InertialSensor: added force_save_calibration() 4 years ago
Andrew Tridgell 6c8a57c2d7 AP_InertialSensor: review fixes 4 years ago
Andrew Tridgell 5e60fac37e AP_InertialSensor: remove unused variable 4 years ago
Andrew Tridgell 285b53fe07 AP_InertialSensor: use vector polyfit 4 years ago
Andrew Tridgell ffe20f7958 AP_InertialSensor: use a fixed reference temperature of 35C 4 years ago
Andrew Tridgell c9a83c8127 AP_InertialSensor: added INS_TCAL_OPTIONS 4 years ago
Andrew Tridgell 1ddc21c9bb AP_InertialSensor: support saving tempcal params persistently 4 years ago
Andrew Tridgell 8caea96ab1 AP_InertialSensor: start auto-learning at boot 4 years ago
Andrew Tridgell 30e55d8dfc AP_InertialSensor: cope with user changing TMAX while calibrating 4 years ago
Andrew Tridgell e2e97c67ce AP_InertialSensor: catch user attempt to change TMAX during cal 4 years ago
Andrew Tridgell 3fb720354d AP_InertialSensor: added notify events for temperature calibration 4 years ago
Andrew Tridgell cc3579ea5d AP_InertialSensor: change TCAL sampling to be even in temperature 4 years ago
Andrew Tridgell fc0f8b990a AP_InertialSensor: added online learning of temp cal 4 years ago
Andrew Tridgell 0f6f6bac6b AP_InertialSensor: expose TCal class for use in SITL 4 years ago
Andrew Tridgell 7921e042f1 AP_InertialSensor: added IMU temperature calibration support 4 years ago
Andrew Tridgell b74e5c0e2f AP_InertialSensor: added ExternalAHRS backend 4 years ago
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 6 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