656 Commits (093407e8e855415f88d809e68456bc0403d69bef)

Author SHA1 Message Date
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
Paul Riseborough a24bfc1b8a AP_NavEKF : Use synthetic sideslip fusion during GPS denied operation with airspeed 11 years ago
Paul Riseborough 35811758d7 AP_NavEKF : Update comments and remove un-used function declarations 11 years ago
Paul Riseborough 784034170d AP_NavEKF : increased useage of helper functions 11 years ago
Paul Riseborough 7b3130cfcc AP_NaVEKF : Enable operation without airspeed and compass 11 years ago
Paul Riseborough 3a5acb9cea AP_NavEKF : improved on-ground, in-air check and GPS yaw alignment 11 years ago
Paul Riseborough b47a11edf6 AP_NavEKF : improved static and on-ground mode selection logic 11 years ago
Paul Riseborough 15a44571c2 AP_NavEKF : enable operation without a compass for planes 11 years ago
Paul Riseborough 2019708056 AP_NavEKF : Make all compass use autodetect 11 years ago
Paul Riseborough e485b246e7 AP_NavEKF : update comments 11 years ago
Paul Riseborough c8bd415b00 AP_NavEKF : Add sideslip constraint to allow plane flight without magnetometer 11 years ago
Paul Riseborough 52fabc822f AP_NavEKF : Add low speed magnetometer calibration option 11 years ago
priseborough 6ace31b6c1 AP_NavEKF : Fix bug that leaves height unconstrained in static mode 11 years ago
Paul Riseborough 94ff7522fc AP_NavEKF : Fix bug in initial East mag field state variance 11 years ago
Andrew Tridgell 449d09051e AP_NavEKF: cope with compass going offline while in flight 11 years ago
Andrew Tridgell 77f91e6250 AP_NavEKF: don't assume the number of gyros == number of accels 11 years ago
Paul Riseborough ebb3cc3348 AP_NavEKF : Use average of dual IMU gyro data when available 11 years ago
Paul Riseborough a39d00fc13 AP_NavEKF : Fix bug that prevents Zacc bias state variance being updated 11 years ago
Paul Riseborough 573b3210dd AP_NavEKF : Add div0 protection to the IMU1_weighting calc 11 years ago