123 Commits (bca7f519c2b0c371cb4eeca345e3730bfe79325f)

Author SHA1 Message Date
Paul Riseborough 8429c66860 AP_NavEKF3: Make subsequent bad IMU event detections faster 3 years ago
Paul Riseborough 458c67639d AP_NavEKF3: Force velocity state to follow GPS when IMU data is bad 3 years ago
Paul Riseborough c0d88e2673 AP_NavEKF3: Fix vertical velocity reset 3 years ago
Paul Riseborough 17c2ba5ac1 AP_NavEKF3: Fix bug causing too frequent resets if bad IMU data detected 3 years ago
Josh Henderson 3006d50f97 AP_NavEKF3: use vector.xy().length() instead of norm(x,y) 3 years ago
Paul Riseborough 5fa3ed5755 AP_NAvEKF3: use #define value for bad IMU hold time 4 years ago
Paul Riseborough 3e123c0a30 AP_NavEKF3: Use sensor variance when checking for bad IMU 4 years ago
Paul Riseborough e3bdbcd8ea AP_NavEKF3: Make bad IMU status more persistent 4 years ago
Paul Riseborough ed61287410 AP_NavEKF3: Don't update accel bias states if vibration affected 4 years ago
Andrew Tridgell fc2118f42b AP_NavEKF3: process GPS yaw independently of GPS fix 4 years ago
Andrew Tridgell 6b73c2151a AP_NavEKF3: implement moving origin 4 years ago
Andrew Tridgell 885e518741 AP_NavEKF3: allow for double EKF build 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
Paul Riseborough a5a25411da AP_NavEKF3: Remove unnecessary baro limiting 4 years ago
Paul Riseborough 124f016e5b AP_NavEKF3: Use parameter to set baro ground effect dead-zone 4 years ago
Paul Riseborough 76d0dcc25c AP_NavEKF3: Use common method for handling baro ground effect 4 years ago
Andrew Tridgell dc9435a88d AP_NavEKF3: don't limit baro change when we are in fixed wing mode 4 years ago
Peter Barker c00f110f3d AP_NavEKF3: use DAL APIs for takeoff/touchdown expected 4 years ago
Paul Riseborough ac87cab6bc AP_NavEKF3: constify array index variable 4 years ago
Paul Riseborough 1498b516a3 AP_NavEKF3: Don't try to learn gyro biases that are poorly observable 4 years ago
Paul Riseborough 918606e71d AP_NavEKF3: Don't use fake measurements to learn dvel bias 4 years ago
Paul Riseborough c709ad9c80 AP_NavEKF3: Add missing axis specific dvel bias update inhibit 4 years ago
Paul Riseborough a07427fd30 AP_NavEKF3: Don't learn poorly observed IMU dvel bias states before flight 4 years ago
Andrew Tridgell 1ccda938cb AP_NavEKF3: make external navigation optional 4 years ago
Andrew Tridgell 8da511f039 AP_NavEKF3: make body odomotry build depend on vehicle type 4 years ago
chobitsfan 26a3a02c81 AP_NavEKF3: use posxy_source in all places 4 years ago
chobits e73d28fe19 AP_NavEKF3: remove redundant extnav code 4 years ago
Peter Barker b79a26135c AP_NavEKF3: move posvel fusion health booleans to be on the stack 4 years ago
Andrew Tridgell d242339f2e AP_NavEKF3: added have_vz flag to GPS buffer data 4 years ago
Andrew Tridgell 80f7906744 AP_NavEKF3: removed inhibitGps and inhibitGpsVertVel options 4 years ago
Andrew Tridgell 603e0c090d AP_NavEKF3: don't reset EKx_GPS_TYPE when GPS has no vertical velocity 4 years ago
Randy Mackay 5eb3875ebb AP_NavEKF3: rename posxy_source_last and posxy_source_reset 4 years ago
Randy Mackay 33b6212cce AP_NavEKF3: rename _sources to sources 4 years ago
Randy Mackay 6daaa06317 AP_NavEKF3: integrate AP_NavEKF_Source::useVelXYSource 4 years ago
Randy Mackay 58aa6086df AP_NavEKF3: always calculate GPS innovations and variances 4 years ago
Randy Mackay e7e91b1c3b AP_NavEKF3: always calculate extNav innovations and variances 4 years ago
Randy Mackay 6b2b5c4ca0 AP_NavEKF3: add CalculateVelInnovationsAndVariances 4 years ago
Randy Mackay 2505fd5c1c AP_NavEKF3: body and wheel odometry check source 4 years ago
Randy Mackay 8931e50166 AP_NavEKF3: integrate Source for alt 4 years ago
Randy Mackay c21d58ebea AP_NavEKF3: integrate Source for position 4 years ago
Andrew Tridgell f5275fd0ad AP_NavEKF3: fixed use of pointers in ringbuffers 4 years ago
Andrew Tridgell 9b81c5a1e0 AP_NavEKF3: use dal reference in EKF backends 4 years ago
Andrew Tridgell 096aab9388 AP_NavEKF3: convert to use AP_DAL for new replay structure 4 years ago