424 Commits (4147825b87ba00bc17c42f5ea39c5c1ae3c786c2)

Author SHA1 Message Date
priseborough a19015ed61 AP_NavEKF: Scale divergence check with covariance 11 years ago
priseborough 0337d44b2e AP_NavEKF: Fix bug causing immediate clearing of diverged status on reset 11 years ago
priseborough d150904dc6 AP_NavEKF: Increase gyro bias process noise 11 years ago
Andrew Tridgell 5edf4ba596 AP_NavEKF: fixed up handling of bitfields in faultStatus 11 years ago
priseborough ce8e1daa16 AP_NavEKF: Improved divergence detection and reset 11 years ago
Andrew Tridgell 85ebe81ed3 AP_NavEKF: fixed logic for divergence test 11 years ago
priseborough 40dc0e56fe AP_NavEKF: Add protection for badly conditioned innovation variances 11 years ago
priseborough 925c5751bd AP_NavEKF: Add ability to inhibit in-flight mag cal and clean up moding 11 years ago
priseborough 3026ccee13 AP_NavEKF: Use baro data during launch transients whilst in static mode 11 years ago
priseborough 114bd56e2a AP_NavEKF: Fix display names in parameter list 11 years ago
priseborough 5fefce5899 AP_NavEKF: Synthetic sideslip fusion numerical error protections 11 years ago
priseborough ecc8e45eda AP_NavEKF: Fix bug in position reset logic 11 years ago
Andrew Tridgell 25667a11a0 AP_NavEKF: use AHRS vehicle class for sideslip calculation 11 years ago
Andrew Tridgell 5acd17b843 AP_NavEKF: cleanup some build warnings 11 years ago
priseborough bd28cdbdcf AP_NavEKF: Improved magnetometer consistency checks 11 years ago
Andrew Tridgell 610a930612 AP_NavEKF: catch covarience errors and reset filter 11 years ago
Andrew Tridgell 4756dbee84 AP_NavEKF: fixed millisecond subtraction for rollover 11 years ago
Andrew Tridgell 68f1ae3036 AP_NavEKF: fixed some matlab ! -> ~ typos 11 years ago
Andrew Tridgell 4abc2999a6 AP_NavEKF: start with a wind estimate of 3m/s, when no direct measurement 11 years ago
priseborough d745dc2b6f AP_NavEKF : Increased position gate default to reduce impact of accel errors 11 years ago
priseborough 188bea6bab AP_NavEKF : Enable calc of wind velocity when not using airspeed sensing 11 years ago
Emile Castelnuovo 25f1c5774f AP_NavEKF: added #defines for VRBRAIN board 11 years ago
priseborough db043744a4 AP_NavEKF : Reduce Z accel bias process noise to provide a more stable estimate 11 years ago
priseborough 1f8b5a6d23 AP_NavEKF : Tighten GPS velocity glitch gate default setting for plane 11 years ago
priseborough 0c2489b07b AP_NavEKF : Fix bug in logging of airspeed innovation consistency ratio 11 years ago
priseborough 95c83255d7 AP_NavEKF : adjust default values for accelerometer process noise 11 years ago
Andrew Tridgell 07d621c4be AP_NavEKF: used state structure in more places 11 years ago
priseborough aa5335b16e AP_NavEKF : Improved GPS position glitch handling 11 years ago
priseborough b1786cf1e5 AP_NavEKF : Do not reset on GPS velocity timeout if good position data 11 years ago
priseborough d25883f712 AP_NavEKF : Limit rate of Z accel bias adaptation 11 years ago
priseborough 36b3cbc365 AP_NavEKF : Relax aliasing check limits 11 years ago
priseborough 0ae736c3a0 AP_NavEKF : clean up convoluted logic used in sensor health checks 11 years ago
Andrew Tridgell cd3038fabd AP_NavEKF: fixed return of offset in getVariances() 11 years ago
Andrew Tridgell a7f213a5c5 AP_NavEKF: use pythagorous2() 11 years ago
priseborough 04036d7777 AP_NavEKF : Updated GPS glitch protection logic 11 years ago
Andrew Tridgell 5a2e84e792 AP_NavEKF: changes for new GPS API 11 years ago
priseborough 9c5f564dc5 AP_NavEKF : Fixes bug in initial earth magnetic field states 11 years ago
priseborough e1819bb53a AP_NavEKF : Add initial parameter defaults for Copter, Rover and Plane 11 years ago
priseborough 55c60b8f07 AP_NavEKF : Reduce Magnetometer innovation consistency check threshold 11 years ago
priseborough 45b1a2fa46 AP_NavEKF : Reduce GPS position innovation consistency fail threshold 11 years ago
Andrew Tridgell bafc664750 AP_NavEKF: use APM_BUILD_TYPE() macro 11 years ago
Andrew Tridgell e3792f9b26 AP_NavEKF: added a mechanism for per-vehicle-type defaults in EKF 11 years ago
priseborough 17cdac7bc8 AP_NavEKF : Clean up angle and mag field initialisation 11 years ago
priseborough 7ae86b3979 AP_NavEKF : Track baro height observations pre-arm 11 years ago
priseborough 7780d55788 AP_NavEKF : Prevent large magnetic field adaptations early in flight 11 years ago
Paul Riseborough f7007569d1 AP_NavEKF : Fix bug that limits copter sensor delay compensation to 125 11 years ago
Paul Riseborough b2c0979947 AP_NavEKF : Fixes bug that causes accel bias to diverge in static mode, preventing copter arming 11 years ago
Paul Riseborough 8a2d16d13d AP_NavEKF : modifed Zaccel bias noise parameter to prevent unstable bias estimate 11 years ago
Paul Riseborough dacba5d911 AP_NavEKF : Update default tuning parameters (for plane use) 11 years ago
Paul Riseborough d0828d9c15 AP_NavEKF : Prevent bad user parameter causing incorrect GPS fusion 11 years ago