469 Commits (e3d78b896074e4e10df50751d9afdbf1149a5bc0)

Author SHA1 Message Date
Paul Riseborough e79ccf1fcc AP_NavEKF: Fix bug allowing terrain to be above vehicle position 10 years ago
Paul Riseborough 6d58c63c4c AP_NavEKF: Prevent potential divide by zeros in OF fusion 10 years ago
Paul Riseborough 89142f1c5f AP_NavEKF: Prevent inadvertent use of DCM roll and pitch estimates. 10 years ago
Paul Riseborough 9268024094 AP_NavEKF: Update default parameters for copter optical flow fusion 10 years ago
Paul Riseborough 4fbdab27ff AP_NavEKF: Use range finder for primary hgt ref in opt flow mode 10 years ago
Paul Riseborough d618c55e2f AP_NavEKF: Improved handling of noisy GPS speed accuracy data 10 years ago
Paul Riseborough e98edaa6cb AP_NavEKF: Return more accurate validity status for height above ground 10 years ago
Paul Riseborough 586e4a7d2b AP_NavEKF: Add Matlab derivations and simulations behind small EKF 10 years ago
Paul Riseborough c57e25142c AP_NavEKF: Update optical flow fusion maths to reduce height errors 10 years ago
myly10 55befdc345 AP_NavEKF: Typo correction for EAS_NOISE description 10 years ago
Paul Riseborough 9b3656e77c AP_NavEKF: Fix bug introduced in Y axis flow fusion 10 years ago
Andrew Tridgell baf292def1 AP_NavEKF: prevent float exception on startup 10 years ago
Paul Riseborough 7fc0f026d2 AP_NavEKF: Fix bug in optical flow innovation variance integrity check 10 years ago
Andrew Tridgell c1a0375562 AP_NavEKF: prevent divide by zero in EKF logging 10 years ago
Paul Riseborough 10f050c53b AP_NavEKF: Prevent baro drift causing toilet bowling 10 years ago
Paul Riseborough d4c60ca956 AP_NavEKF: Fix bug preventing reset of velocity after OF fusion timeout 10 years ago
Jonathan Challinger 95cd3480ec AP_NavEKF: review all uses of dtIMU and use dtIMUactual where necessary 10 years ago
Andrew Tridgell 79b44d3988 AP_NavEKF: initialise gndEffectMode 10 years ago
Andrew Tridgell 3165c43dfe AP_NavEKF: initialise gpsSpdAccuracy 10 years ago
Paul Riseborough 98c32012fa AP_NavEKF: remove accel bias rate limit when disarmed 10 years ago
Paul Riseborough fe76cb4c0b AP_NavEKF : Make initial height variance consistent with baro noise 10 years ago
Paul Riseborough a976e9dad2 AP_NavEKF : Fix bug in scaling of initial Z accel bias state variance 10 years ago
Paul Riseborough 92df3adb5e AP_NavEKF : Fix bug in Z accel bias update for IMU1 10 years ago
Paul Riseborough 5d0952ba23 AP_NavEKF: eliminate onGndBaroNoise 10 years ago
Paul Riseborough fafb898341 AP_NavEKF: tuning change to accel bias learning 10 years ago
Paul Riseborough 398accd151 AP_NavEKF: Improve pre-flight ready checking 10 years ago
Paul Riseborough 5c1a226bef AP_NavEKF : Improvements to pre-arm IMU bias estimation 10 years ago
Jonathan Challinger a5924acb3d AP_NavEKF: set dtIMU from ins expected sample rate 10 years ago
Paul Riseborough a1351e73ab AP_NavEKF : Compensate mag bias states for external copass offset changes 10 years ago
Paul Riseborough 14795719f6 AP_NavEKF: Add public function for estimated magnetometer offsets 10 years ago
Paul Riseborough 1c244af3d8 AP_NavEKF: Fix bug affecting in-flight GPS acquisition 10 years ago
Paul Riseborough b9b6938b1d AP_NavEKF: Add ability to start using GPS in-flight 10 years ago
Paul Riseborough 98fa918b84 AP_NavEKF: Add new compass learning option 10 years ago
Paul Riseborough 961faa59d9 AP_NavEKF: Don't let reported GPS accuracy modify horiz vel data checks 10 years ago
Paul Riseborough a607eb8469 AP_NavEKF: Reduce the GPS glitch tether length from 100 to 50m 10 years ago
Paul Riseborough 496d31ab83 AP_NavEKF: Reduce max time Copters can reject GPS 10 years ago
Paul Riseborough 8c2029d896 AP_NavEKF: Accel bias learning improvements 10 years ago
Paul Riseborough 19d1b3b813 AP_NavEKF: Update EKF origin height whilst disarmed 10 years ago
Paul Riseborough 70afcd7e70 AP_NavEKF: Add second stage alignment of yaw and earth field states 10 years ago
Paul Riseborough ed9c05cf2a AP_NavEKF: Remove logic used to delay fusion for load levelling 10 years ago
Paul Riseborough c0d23ffc30 AP_NavEKF: Filter accuracy and stability improvements 10 years ago
Jonathan Challinger de1f7f5e63 AP_NavEKF: use published delta velocities and delta angles if available 10 years ago
priseborough 3421a320b5 AP_NavEKF: Compensate for ground effect when takeoff or landing expected 10 years ago
Jonathan Challinger 20d92f5f9d AP_NavEKF: floor GPS velocity noise at parameter value for conservatism 10 years ago
priseborough 9a797a5d49 AP_NavEKF: Use GPS reported speed accuracy if available 10 years ago
Andrew Tridgell 3289d38339 AP_NavEKF: make the init functions return bool 10 years ago
Andrew Tridgell de3f461a55 AP_NavEKF: use compass->last_update_usec() 10 years ago
Randy Mackay 230ca583d1 NavEKF: support sending EKF_STATUS_REPORT 10 years ago
Paul Riseborough 9f552eaa4b AP_NavEKF: Fix bug that resets position to origin when vehicle arms 10 years ago
Paul Riseborough b8d3da3846 AP_NavEKF: Report last known position when vehicle is disarmed 10 years ago