244 Commits (06a1749a0f7741bd8914416e1fe3e00c4ec4513f)

Author SHA1 Message Date
Peter Barker e4ce4ebed3 AP_InertialSensor: remove un-needed methods 3 years ago
Andy Piper 9d851a0c1a AP_InertialSensor: allow concurrent logging of both pre- and post-filter IMU data for FFT 3 years ago
Andrew Tridgell 9ac3472b47 AP_InertialSensor: add set_inactive() on notch filters 3 years ago
Andy Piper e0b7e5f2a5 AP_InertialSensor: add throttle-based notch setup function 3 years ago
Peter Barker 94dc0e78cd AP_InertialSensor: tidy includes 3 years ago
Andrew Tridgell dff0e5ecc1 AP_InertialSensor: fixed the last notch values to be per-instance 3 years ago
Andrew Tridgell e2e1e74da5 AP_InertialSensor: switch to HarmonicNotch class 3 years ago
Andrew Tridgell e67d9b4179 AP_InertialSensor: support two full harmonic notch filters 3 years ago
Andrew Tridgell ab5e8419d8 AP_InertialSensor: move INS_HNTC2 to a new parameter table ID 3 years ago
Andy Piper 29e8f96275 AP_InertialSensor: move frontend update into ramfunc. 3 years ago
Peter Barker 3dae386ae3 AP_InertialSensor: correct compilation with HAL_INS_ACCELCAL_ENABLED false 3 years ago
Peter Barker da21b48f7e AP_InertialSensor: split AP_HAL_SITL and HAL_SIM_ENABLED 3 years ago
Iampete1 b77476caa1 AP_InertialSensor: remove custom orentations 3 years ago
Andy Piper c7a43f2a90 AP_InertialSensor: put some functions in fast ram 3 years ago
Peter Barker c1c329e2b4 AP_InertialSensor: add and use AP_SIM_INS_ENABLED 3 years ago
Jaaaky f80a9ba3ce AP_InertialSensor: Fix issue #19599 Failed to build Pixhawk1 with O3 3 years ago
Peter Barker 6084682634 AP_InertialSensor: move INS notch filter logging into INS 3 years ago
Andy Piper d44478ff59 AP_InertialSensor: calculate number of notches based on motor count 3 years ago
Jaaaky bbb38504d6 AP_InertialSensor: Fix multi #include's 3 years ago
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