207 Commits (9d7cbf86f538cb9e011403d955a30b3a38bc90d2)

Author SHA1 Message Date
Andrew Tridgell 949975a856 AP_NavEKF2: set rejecting_airspeed flag 3 years ago
Andrew Tridgell 52209d9d1a AP_NavEKF2: fixed gaps in EKF logging 3 years ago
Andrew Tridgell 0d8cf00c5a AP_NavEKF2: add accessor for GSF yaw estimator 3 years ago
Peter Barker b5f165ce2e AP_NavEKF2: pass NavEKF failures back up to callers 4 years ago
Andrew Tridgell 6aca0bb08a AP_NavEKF2: allow for double EKF build 4 years ago
Josh Henderson d7ecd6883d AP_NavEKF2: non_GPS modes ensure EKF origin set only once and stays in sync 4 years ago
Andrew Tridgell 32b079911f AP_NavEKF2: use DAL APIs for takeoff/touchdown expected 4 years ago
murata af639f7812 AP_NavEKF2: Change misnomer (NFC) 4 years ago
Patrick José Pereira 53eb2f2bf4 AP_NavEKF2: Add missing const in member functions 4 years ago
Peter Barker 445a461f12 AP_NavEKF2: remove getFilterTimeouts access methods 4 years ago
Peter Barker dddb285209 AP_NavEKF2: remove internal-only getTiltError method 4 years ago
Peter Barker 6b60bae068 AP_NavEKF2: remove unused getAccelNED method 4 years ago
Paul Riseborough b372d62f35 AP_NavEKF2: Add accessor function for body frame airspeed vector 4 years ago
Peter Barker d600b87454 AP_NavEKF2: make logging a core concern 4 years ago
Peter Barker fc7e7dcee4 AP_NavEKF2: remove unused variables 4 years ago
Peter Barker addd57dcab AP_NavEKF2: move badMagYaw onto stack 4 years ago
Peter Barker 0aa10d8281 AP_NavEKF2: move tasHealth to be a stack variable 4 years ago
Peter Barker 3a98d51427 AP_NavEKF2: move posvel fusion health booleans to be on the stack 4 years ago
Peter Barker 400ba7a9df AP_NavEKF2: move global state to be on the stack 4 years ago
Andrew Tridgell 7313e9eb0f AP_NavEKF2: removed inhibitGps and inhibitGpsVertVel options 4 years ago
Andrew Tridgell 39ba8a8c83 AP_NavEKF2: convert to using common buffer classes 4 years ago
Andrew Tridgell 16f7e51ea5 AP_NavEKF2: fixed use of pointers in ringbuffers 4 years ago
Andrew Tridgell 5f0e943f0f AP_NavEKF2: use dal reference in EKF backends 4 years ago
Andrew Tridgell 6be3d19e82 AP_NavEKF2: convert to use AP_DAL for new replay structure 4 years ago
Peter Barker 0496ecc4f6 AP_NavEKF2: remove unused state variables 4 years ago
Peter Barker 53305ba2a4 AP_NavEKF2: remove unused quat2Tbn method 4 years ago
Peter Barker 312cf725aa AP_NavEKF2: remove dangling method declarations 4 years ago
Peter Barker 80f9ef7ed1 AP_NavEKF2: remove unused innovationIncrement and lastInnovation 4 years ago
Andrew Tridgell 35e95d3328 AP_NavEKF2: reset body mag variances at key points 4 years ago
Andrew Tridgell 067001bd61 AP_NavEKF2: take into account alignment when comparing cores 4 years ago
Andrew Tridgell 6b9e595602 AP_NavEKF2: fixed handling of failed compass 4 years ago
Peter Barker 032b7c81e5 AP_NavEKF2: correct includes 5 years ago
Peter Barker 081c0bbfe0 AP_NavEKF2: correct comments on getFilterFaults and getFilterTimeouts methods 5 years ago
Randy Mackay a8c2be26ba AP_NavEKF2: remove unused terrainHgtStableSet_ms 5 years ago
Paul Riseborough 502b96f49c AP_NavEKF2: Clarify intended use of setTerrainHgtStable accessor 5 years ago
Pierre Kancir 9bbd2b19c2 AP_NavEKF2: add --debug-ekf to debug the EKF 5 years ago
Randy Mackay 6c10655059 AP_NavEKF2: accept extnav at up to 50hz 5 years ago
chobits dee095b4a4 AP_NavEKF2: support VISION_SPEED_ESTIMATE 5 years ago
Paul Riseborough af19fea268 AP_NavEKF2: Fix 3-axis mag fusion per axis error handling 5 years ago
Randy Mackay f26a2a47b4 AP_NavEKF2: writeExtNavData accepts delay 5 years ago
Randy Mackay 6e93f54cff AP_NavEKF2: handle external nav position resets 5 years ago
Randy Mackay 43c9e13372 AP_NavEKF2: rename HGT_SOURCE_EV to HGT_SOURCE_EXTNAV 5 years ago
Randy Mackay 014c889ceb AP_NavEKF2: setAidingMode uses lastExtNavPassTime_ms 5 years ago
Randy Mackay 3b20623a31 AP_NavEKF2: remove unused ext nav elements 5 years ago
Randy Mackay 4d7e7a960a AP_NavEKF2: more white space fixes 5 years ago
Randy Mackay a9cbd5aa29 AP_NavEKF2: getDataEKFGSF and getYawData pass by reference 5 years ago
Randy Mackay d61c517e76 AP_NavEKF2: minor format fix 5 years ago
Paul Riseborough abc821ad36 AP_NavEKF2: Split GSF yaw estimator processing 5 years ago
Paul Riseborough 0d965d2a1c AP_NavEKF2: Fix timer wrapping bugs 5 years ago
Paul Riseborough de0040ad69 AP_NavEKF2: Enable use of EKF-GSF yaw estimate 5 years ago