73 Commits (f3173174f3428ea192f6bd6ed2f7ce89d582437b)

Author SHA1 Message Date
Randy Mackay d1f2acd813 AP_NavEKF3: rename varInnovOptFlow to flowVarInnov 4 years ago
Randy Mackay 11847cfcf5 AP_NavEKF3: always calculate optical flow innovations and variances 4 years ago
Andrew Tridgell ff59e0f72f AP_NavEKF3: fixed output LLH to account for IMU offset 4 years ago
Peter Barker c34284b6eb AP_NavEKF3: stop using AHRS as conduit for Compass pointer 4 years ago
Peter Barker 795f412264 AP_NavEKF3: pass NavEKF failures back up to callers 4 years ago
Andrew Tridgell 6b73c2151a AP_NavEKF3: implement moving origin 4 years ago
Andrew Tridgell 885e518741 AP_NavEKF3: allow for double EKF build 4 years ago
Peter Barker d6348a0786 AP_NavEKF3: remove getBodyFrameOdomDebug 4 years ago
Peter Barker dd3ab29b2f AP_NavEKF3: remove getFilterGpsStatus 4 years ago
Peter Barker f4591faeed AP_NavEKF3: simplify taking of GPS measurements 4 years ago
Paul Riseborough 246b80dc06 AP_NavEKF3: Don't return a 0,0 lat,lng unless absolutely necessary 4 years ago
Paul Riseborough a50be71b41 AP_NavEKF3: Fix inconsistency in reporting raw GPS position validity 4 years ago
Paul Riseborough adae7365e1 AP_NavEKF3: Fix LLH reporting bug 4 years ago
Paul Riseborough 9a5a264aa0 AP_NavEKF3: Improve wind estimation without airspeed sensing 4 years ago
Andrew Tridgell ddc4d08e8f AP_NavEKF3: make drag fusion optional 4 years ago
Andrew Tridgell 1ccda938cb AP_NavEKF3: make external navigation optional 4 years ago
Andrew Tridgell 8da511f039 AP_NavEKF3: make body odomotry build depend on vehicle type 4 years ago
Peter Barker 3582b69e9c AP_NavEKF3: remove getFilterTimeouts access methods 4 years ago
Peter Barker b3bacdd33c AP_NavEKF3: remove internal-only getTiltError method 4 years ago
Peter Barker 5ad0ac6727 AP_NavEKF3: remove unused getAccelNED method 4 years ago
Paul Riseborough c9ab4b18b0 AP_NavEKF3: Add multicopter wind estimation 4 years ago
Andrew Tridgell ac4a05ffbf AP_NavEKF3: fixed null dereference of airspeed 4 years ago
Peter Barker e1a033b296 AP_NavEKF3: make logging a core concern 4 years ago
Randy Mackay 33b6212cce AP_NavEKF3: rename _sources to sources 4 years ago
Randy Mackay 6daaa06317 AP_NavEKF3: integrate AP_NavEKF_Source::useVelXYSource 4 years ago
Randy Mackay ba9f60abc7 AP_NavEKF3: add getVelInnovationsAndVariancesForSource 4 years ago
Randy Mackay 8931e50166 AP_NavEKF3: integrate Source for alt 4 years ago
Randy Mackay c21d58ebea AP_NavEKF3: integrate Source for position 4 years ago
Andrew Tridgell 9b81c5a1e0 AP_NavEKF3: use dal reference in EKF backends 4 years ago
Andrew Tridgell 096aab9388 AP_NavEKF3: convert to use AP_DAL for new replay structure 4 years ago
Paul Riseborough 16ae75a681 AP_NavEKF3: Consolidate and log tilt error variance calculation 4 years ago
Harshit Kumar Sankhla edc3709653 AP_NavEKF3: implement sensor affinity using EK3_AFFINITY parameter 5 years ago
Harshit Kumar Sankhla d7edc946b6 AP_NavEKF3: Relative Error based Lane-Switching 5 years ago
Peter Barker 6b701ae3b3 AP_NavEKF3: correct includes 5 years ago
Peter Barker 2e55584417 AP_NavEKF3: correct comments on getFilterFaults and getFilterTimeouts methods 5 years ago
Randy Mackay 67903a29e2 AP_NavEKF3: fix getLLH when no GPS 5 years ago
priseborough c5e465aec9 AP_NavEKF3: add external nav system support 5 years ago
Randy Mackay 91a79543c9 AP_NavEKF3: getLLH fix when no GPS available 5 years ago
Randy Mackay c1ef894a30 AP_NavEKF3: getDataEKFGSF and getYawData pass by reference 5 years ago
Paul Riseborough 9f5e037015 AP_NavEKF3: Restore bug fix lost during rebase 5 years ago
Paul Riseborough 863f989130 AP_NavEKF3: Fix integration of GPS yaw options 5 years ago
Paul Riseborough 410b5825fb AP_NavEKF3: Enable use of EKF-GSF yaw estimate 5 years ago
Andrew Tridgell be674fc36c AP_NavEKF3: make mag variance reporting consistent 5 years ago
Peter Hall 47e3fda8e9 AP_NavEKF3: add initalized flag and change to uint32_t 5 years ago
Peter Barker 9ed37e4486 AP_NavEKF3: make send_status_report const 5 years ago
Peter Barker 4431d01230 AP_NavEKF3: stop relying on the presence of a RangeFinder 5 years ago
Paul Riseborough 5b1d9ed868 AP_NavEKF3: Add missing vertical position derivative calculation 5 years ago
Andrew Tridgell f3fc910abe AP_NavEKF3: continuously update gpsGoodToAlign 6 years ago
Michael du Breuil be74b631fe AP_NavEKF3: Fix AP_GPS.h include 6 years ago
Pierre Kancir b3a1c9c90c AP_NavEKF3: use get_distance_NE instead of location_diff 6 years ago