112 Commits (0652d71a7239d44ddc1fe97e773152ffdf37c623)

Author SHA1 Message Date
priseborough 60d8adcca0 AP_NavEKF2: Fix height drift on ground using range finder without GPS 9 years ago
priseborough e6f36f04db AP_NavEKF2: Enable automatic use of range finder height 9 years ago
priseborough 9a23152ee4 AP_NavEKF2: Fix bugs and consolidate aiding switch logic 9 years ago
priseborough 341d070db8 AP_NavEKF2: Separate filter status update and get functions 9 years ago
priseborough 280395afa1 AP_NavEKF2: Don't declare ready to do aiding unless gyro bias is learned 9 years ago
priseborough 169cd6625d AP_NavEKF2: clean up output predictor 9 years ago
priseborough 10470b2dc1 AP_NavEKF2: fix bug in initialisation of declination co-variances 9 years ago
priseborough 51dbed2338 AP_NavEKF2: remember mag field states between flight on same power cycle 9 years ago
priseborough 744f19cd2d AP_NavEKF2: Improve scaling of output predictor I gain 9 years ago
priseborough a49c16d63c AP_NavEKF2: Update output filter tuning 9 years ago
priseborough 55dee347e0 AP_NavEKF2: Fix bug in averaged filter delta time 9 years ago
priseborough 927186339c AP_NavEKF2: Improved output predictor tracking 9 years ago
priseborough 253f744824 AP_NavEKF2: Collect output predictor tracking data 9 years ago
priseborough 191c34612d AP_NavEKF2: Fix bug in use of corrected IMU data 9 years ago
priseborough 118d5b88b2 AP_NavEKF2: Clean up output observer and reduce pos vel time constant 9 years ago
Paul Riseborough e117bedf6a AP_NavEKF2: Adjust output observer tuning 9 years ago
Paul Riseborough 165335b9e3 AP_NavEKF2: Improve ability to tune magnetic field learning 9 years ago
Paul Riseborough 6523481c76 AP_NavEKF2: Improve tracking accuracy of output predictor 9 years ago
Paul Riseborough fe06606193 AP_NavEKF2: Ensure corrected IMU data used by EKF 9 years ago
Paul Riseborough dc6836988c AP_NavEKF2: Improve ground based magnetic anomaly protection for copter 9 years ago
Jonathan Challinger ebae95d7f6 AP_NavEKF2: apply corrections to new inertial data when using for output prediction 9 years ago
Jonathan Challinger 2f709dfe86 AP_NavEKF2: improve inertial prediction 9 years ago
Paul Riseborough 4bb46af861 AP_NavEKF2: Increase allowable gyro bias offset 9 years ago
Paul Riseborough 24d8cc62e2 AP_NavEKF2: rework yaw and magnetic heading reset logic 9 years ago
Paul Riseborough ac329ec31c AP_NavEKF2: use observation noise to set initial magnetic field variances 9 years ago
Paul Riseborough 830751c0ae AP_NavEKF2: remove un-wanted functionality from mag and yaw reset 9 years ago
Paul Riseborough 11c6ea7ef6 AP_NavEKF2: attitude co-variance reset for all post alignment yaw resets 9 years ago
Paul Riseborough cdd09df9ac AP_NavEKF: Add function to zero attitude state co-variances 9 years ago
Paul Riseborough fe9ddfdfeb AP_NavEKF2: remove code that prevents attitude updates after mag reset 9 years ago
Paul Riseborough addd213af0 AP_NavEKF2: reduce effect of acceleration on non-GPS mode attitude 9 years ago
Paul Riseborough a3b78e6231 AP_NavEKF2: update tuning defaults 9 years ago
Paul Riseborough 46a2993a0d AP_NavEKF: use intuitive units for imu bias process noise parameters 9 years ago
Paul Riseborough 8c374fd679 AP_NavEKF2: correct comments 9 years ago
Paul Riseborough 6be9eaa524 AP_NavEKF2: use receiver estimated accuracy 9 years ago
Paul Riseborough dddc213836 AP_NavEKF2: Open up tuning limits 9 years ago
Paul Riseborough cf05e110fc AP_NavEKF2: fix scaling error in use of IMU noise parameters 9 years ago
Andrew Tridgell 4080c6091d AP_NavEKF2: fixed an assumption that _ahrs->get_compass() always works 9 years ago
Ricardo de Almeida Gonzaga 64d14356b9 AP_NavEKF2: Fix typos 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
Andrew Tridgell 32af886ba9 AP_NavEKF2: use consistent logging timestamps for sensors 9 years ago
Jonathan Challinger acfaafe276 AP_NavEKF2: detect changes to magnetometer offset parameters and reset states 9 years ago
Paul Riseborough 1ecc206eee AP_NavEKF2: Allow use in planes without a magnetometer 9 years ago
Paul Riseborough 38b3625ed8 AP_NavEKF2: Fix bug in initial alignment calculation 9 years ago
Paul Riseborough 7e05646316 AP_NavEKF2: Improvements to non-GPS performance 9 years ago
Paul Riseborough 287ebe8e6a AP_NavEKF2: Fix bug in application of sensor bias corrections 9 years ago
Paul Riseborough 20923da23a AP_NavEKF2: Allow tuning of non-GPS mode 9 years ago
Paul Riseborough 23038e7243 AP_NavEKF2: Use measurement uncertainties to initialise covariance 9 years ago
Andrew Tridgell 23cef70846 AP_NavEKF2: use get_loop_delta_t() from INS 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Siddharth Purohit and Paul Riseborough 3014eb4001 AP_NavEKF2: Rework measurement buffer refactor 9 years ago