459 Commits (59445674e7ebaa728c3f5fa053594087790515fa)

Author SHA1 Message Date
Paul Riseborough d1a0c2eb30 AP_NavEKF3: Start EKF-GSF yaw estimator before fixed wing takeoff 5 years ago
Paul Riseborough b469a80633 AP_NavEKF3: Reset all co-variances when performing a yaw reset 5 years ago
Paul Riseborough d8c2096ad8 AP_NavEKF3: improve angle accuracy during no mag launch 5 years ago
Paul Riseborough f7c8ee807c AP_NavEKF3: Reset yaw estimator bias states at start of flight 5 years ago
Paul Riseborough bcd23e1063 AP_NavEKF3: Fix one frame delay in processing yaw estimator velocity data 5 years ago
Peter Barker 2e55584417 AP_NavEKF3: correct comments on getFilterFaults and getFilterTimeouts methods 5 years ago
Randy Mackay ec5f84c926 AP_NavEKF3: remove unused terrainHgtStableSet_ms 5 years ago
Randy Mackay dccc3e22d9 AP_NavEKF3: minor comment fix re RNG_USE_HGT 5 years ago
Paul Riseborough ed5b695c94 AP_NavEKF3: Clarify intended use of setTerrainHgtStable accessor 5 years ago
Dr.-Ing. Amilcar do Carmo Lucas fca8d33c50 AP_NavEKF3: fix vertical flyaways when rangefinder stops providing data 5 years ago
Dr.-Ing. Amilcar do Carmo Lucas a3d140b949 AP_NavEKF3: reduce duplicated code. 5 years ago
Paul Riseborough 344d621a08 AP_NavEKF3: Add missing fallback to baro for range beacon use case 5 years ago
Paul Riseborough 906731222d AP_NavEKF3: Fix range aid switching logic 5 years ago
Pierre Kancir 431468452c AP_NavEKF3: add --debug-ekf to debug the EKF 5 years ago
Randy Mackay ca0ae57b56 AP_NavEKF3: protect against position-delta sensor data being NaN 5 years ago
Randy Mackay 331f2f5fe7 AP_NavEKF3: writeExtNavData stores pos to buffer first 5 years ago
Randy Mackay 578800dfbb AP_NavEKF3: protect against ExtNav being NaN 5 years ago
chobits 9b448b83c0 AP_NavEKF3: use err info from ext nav interface 5 years ago
Randy Mackay 345029ec67 AP_NavEKF3: print extNav buff size 5 years ago
Randy Mackay 0f212ca727 AP_NavEKF3: accept extnav at up to 50hz 5 years ago
Peter Barker 86687d240d AP_NavEKF3: avoid compiler warnings from -Wclass-memaccess 5 years ago
Randy Mackay 93d8458d2a AP_NavEKF3: FuseVelPosNED uses ext nav vel err in obs data check 5 years ago
Randy Mackay d37eec5fd8 AP_NavEKF3: ext nav vel corrected for sensor position when recalled from buffer 5 years ago
chobits c7817eaca1 AP_NavEKF3: support VISION_SPEED_ESTIMATE 5 years ago
Peter Barker bf3cb977fd AP_NavEKF3: clarify yaw reset error message 5 years ago
Paul Riseborough 939331ae8d AP_NavEKF3: Fix double iteration of axes in SelectMagFusion 5 years ago
Randy Mackay 6c20264d9c AP_NavEKF3: minor comment fix 5 years ago
Randy Mackay 5ad3611142 AP_NavEKF3: improve ext nav glitch handling 5 years ago
Randy Mackay ef02942459 AP_NavEKF3: writeBodyFrameOdom accepts delay 5 years ago
Randy Mackay c28fd27b02 AP_NavEKF3: writeExtNavData accepts delay 5 years ago
Paul Riseborough 318811210f AP_NavEKF3: Don't perform emergency yaw reset unless commanded externally 5 years ago
Randy Mackay 45e6896d95 AP_NavEKF3: ensure extnav angle error is at least 5deg 5 years ago
Randy Mackay 67903a29e2 AP_NavEKF3: fix getLLH when no GPS 5 years ago
Andrew Tridgell 5350ea5c58 AP_NavEKF3: avoid build warnings with g++ 9 5 years ago
Henry Wurzburg 8b3f07416c AP_NAVEKF3: change plane check_scaler value to match EKF2 value 5 years ago
Andrew Tridgell cd5aae20c1 AP_NavEKF3: fixed scary message for non-compass planes 5 years ago
Andrew Tridgell 0c1ba48212 AP_NavEKF3: fixed external yaw EK3_MAG_CAL=5 or 6 5 years ago
Randy Mackay 183ce50138 AP_NavEKF3: check GPS used before resetting pos due to GPS receiver change 5 years ago
Randy Mackay f79d5d2d2c AP_NavEKF3: handle external nav position reset 5 years ago
Randy Mackay cbb25311bb AP_NavEKF3: setAidingMode uses lastExtNavPassTime_ms 5 years ago
Randy Mackay d763597065 AP_NavEKF3: compensate for visual odometry sensor position 5 years ago
priseborough c5e465aec9 AP_NavEKF3: add external nav system support 5 years ago
Andrew Tridgell 7e010ef50a AP_NavEKF3: use set_enable() to set enable flag 5 years ago
Paul Riseborough ad5ae1813d AP_NavEKF3: Don't use geomag data when user specifies declination 5 years ago
Randy Mackay 91a79543c9 AP_NavEKF3: getLLH fix when no GPS available 5 years ago
Peter Barker 3440a64b66 AP_NavEKF3: correct description on XKY0 5 years ago
Peter Barker aa3165b71c AP_NavEKF3: remove incorrect units from yaw esimtator LoggerMessage 5 years ago
Andrew Tridgell 43ef8a192b AP_NavEKF3: added missing log documentation for field C 5 years ago
Paul Riseborough 1720c8de0f AP_NavEKF3: Add documentation for GSF logging 5 years ago
Paul Riseborough 9bdb89474a AP_NavEKF3: Use unique names for EKF2 logging 5 years ago