602 Commits (395ca9d4930fda9aeb7813cbaf7b6ba07a2171ed)

Author SHA1 Message Date
Andrew Tridgell 97cb2dd1c0 AP_NavEKF3: fixed gaps in EKF logging 3 years ago
Andrew Tridgell a1ede5d2a3 AP_NavEKF3: Add missing covariance row reset 3 years ago
Andrew Tridgell fd6c9d476d AP_NavEKF3: fixed switch to non-zero primary on disarm 3 years ago
Andrew Tridgell f3dd4cafcb AP_NavEKF3: added EK3_PRIMARY parameter 3 years ago
Paul Riseborough 39c23e11aa AP_NavEKF3: fix wind speed covariance initialisation bug 3 years ago
Randy Mackay a3c658ea01 AP_NavEKF3: remove unused EK3_GSF_DELAY param 4 years ago
Randy Mackay 3c5bd942a6 AP_NavEKF3: skip GSF reset count check if source actively changed 4 years ago
Andrew Tridgell c00fa705b7 AP_NavEKF3: fixed output LLH to account for IMU offset 4 years ago
Paul Riseborough b2c24a0b58 AP_NavEKF3: Revert IMU and wind speed process noise parameter defaults 4 years ago
Paul Riseborough 762529a987 AP_NavEKF3: retune wind process noise for better airspeed fault detection 4 years ago
Paul Riseborough dd9cc70ad4 AP_NavEKF3: Fix bug preventing copter wind estimation at low speed 4 years ago
Paul Riseborough 84693ea3c4 AP_NavEKF3: Revert EK3_BETA_MASK parameter extension 4 years ago
Paul Riseborough d841615710 AP_NavEKF3: Rework non-airspeed wind estimation 4 years ago
Paul Riseborough 1812d8ea3a AP_NAvEKF3: use #define value for bad IMU hold time 4 years ago
Paul Riseborough 6d6699f9f9 AP_NavEKF3: Increase lower state variance limit when vibration affected 4 years ago
Paul Riseborough 7abecb4e0e AP_NavEKF3: Use sensor variance when checking for bad IMU 4 years ago
Paul Riseborough 1cc7dc59a1 AP_NavEKF3: Make bad IMU status more persistent 4 years ago
Paul Riseborough 662bda1bbd AP_NavEKF3: Add accessor function for vibration affected status 4 years ago
Paul Riseborough f37caffb31 AP_NavEKF3: Don't update accel bias states if vibration affected 4 years ago
Paul Riseborough 36ead940d6 AP_NavEKF3: Use large accel process noise when IMU data is bad 4 years ago
Paul Riseborough 82ed96a927 AP_NavEKF3: Adjust gyro bias process noise tuning 4 years ago
Paul Riseborough 3714c1b2e2 AP_NavEKF3: Allow smaller dvel bias state variances for improved tuning 4 years ago
Paul Riseborough a24df9d633 AP_NavEKF3: Retune IMU process noise 4 years ago
Paul Riseborough 5a3e0e7f17 AP_NavEKF3: Make gyro bias learning less noisy 4 years ago
Paul Riseborough 827d871c85 AP_NavEKF3: Fix bug preventing learning of XY IMU dvel bias in flight 4 years ago
Paul Riseborough aa13e86ac9 AP_NavEKF3: Change powf(x,2) to sq(x) 4 years ago
Paul Riseborough cb6371e952 AP_NavEKF3: Update covariance prediction equations 4 years ago
Paul Riseborough 4f8f187b81 AP_NavEKF3: Use alternate form for quaternion to rotmat equations in derivation 4 years ago
Randy Mackay e139bfa1b8 AP_NavEKF3: EK3_RNG_USE_HGT param references EK3_SRCx_POSZ 4 years ago
Peter Barker c4dbbfcc07 AP_NavEKF3: pass NavEKF failures back up to callers 4 years ago
Andrew Tridgell aadf179286 AP_NavEKF3: process GPS yaw independently of GPS fix 4 years ago
Andrew Tridgell 93e1bd0160 AP_NavEKF3: fixed indentation in readGpsData() 4 years ago
Andrew Tridgell 9acb16acca AP_NavEKF3: implement moving origin 4 years ago
Andrew Tridgell 3df7c1a7c7 AP_NavEKF3: moved checkUpdateEarthField to be called less often 4 years ago
Andrew Tridgell 5543706626 AP_NavEKF3: update earth field at 1Hz 4 years ago
Andrew Tridgell 87b4ca47e8 AP_NavEKF3: convert code_gen.py to ftype 4 years ago
Andrew Tridgell 7bb971f07d AP_NavEKF3: convert powF(xx,2) calls to sq(xx) 4 years ago
Andrew Tridgell 395d2f1f7e AP_NavEKF3: convert EKF3 derivation to ftype 4 years ago
Andrew Tridgell 4f0f4608b9 AP_NavEKF3: allow for double EKF build 4 years ago
Paul Riseborough 1281033931 AP_NavEKF3: Remove unused class variable rngBcnTimeout 4 years ago
Paul Riseborough 9d85a4292e AP_NavEKF3: Ensure postion timeout flag and timer is always reset 4 years ago
Paul Riseborough de3c6d6e5c AP_NavEKF3: Fade each vert vel variance clip count over 1 second 4 years ago
Paul Riseborough ac92182153 AP_NavEKF3: Clean up initialisation of boolean array 4 years ago
Paul Riseborough b0763f04f1 AP_NavEKF3: Remove unwanted line 4 years ago
Paul Riseborough b7aad13cc8 AP_NavEKF3: Protect against collapse of velocity and position variances 4 years ago
Paul Riseborough 36160ba9ce AP_NavEKF3: Fix bug preventing horizontal position reset if badIMUdata 4 years ago
Paul Riseborough 5d00b7d042 AP_NavEKF3: Fix bug preventing height reset if badIMUdata 4 years ago
Paul Riseborough e4eb8339d0 AP_NavEKF3: Fix bug preventing velocity reset if badIMUdata 4 years ago
Josh Henderson 64dc3bbe41 AP_NavEKF3: Fix #17789 core's ekf origin altitude different if flying 4 years ago
Josh Henderson 0ae3730f11 AP_NavEKF3: non_GPS modes ensure EKF origin set only once and stays in sync 4 years ago