505 Commits (ffe356d59704ef50376e9bc6b1229498d6c7a55e)

Author SHA1 Message Date
Randy Mackay 8a8271c2c7 AP_NavEKF3: minor format fixes 5 years ago
Randy Mackay ed3d072318 AP_NavEKF3: rename GSF_RUN_MASK, GSF_USE_MASK, GSF_RST_MAX 5 years ago
Paul Riseborough 7ba39c844c AP_NavEKF3: Split GSF yaw estimator processing 5 years ago
Andrew Tridgell 216935c1f2 AP_NavEKF3: fixed loss of GPS fusion 5 years ago
Paul Riseborough 9f5e037015 AP_NavEKF3: Restore bug fix lost during rebase 5 years ago
Paul Riseborough 53df8a0238 AP_NavEKF3: Fix timer wrapping bug 5 years ago
Paul Riseborough 12d639fc17 AP_NavEKF3: Misc changes arising from review 5 years ago
Paul Riseborough 4b3952bd15 AP_NavEKF3: Eliminate unnecessary function call 5 years ago
Paul Riseborough 6ec69e6ed1 AP_NavEKF3: Update EK3_MAG_CAL parameter advice 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
Randy Mackay 7470bc9994 AP_NavEKF3: CorrectGPSForAntennaOffset made const 5 years ago
Peter Barker 87108b86c8 AP_NavEKF3: add documentation for XKFM message 5 years ago
Randy Mackay 22c9081c83 AP_NavEKF3: minor comment fix 5 years ago
Peter Barker d19f8db06f AP_NavEKF3: rename APMrover2 to Rover 5 years ago
Andrew Tridgell 1f8cd830ea AP_NavEKF3: fixed use of tabs 5 years ago
Paul Riseborough f68f355852 AP_NavEKF3: Fix timestamp wrapping 5 years ago
Paul Riseborough 33ab1a7b15 AP_NavEKF3: Ensure yaw fusion commences when starting from rest 5 years ago
Paul Riseborough a3725e2581 AP_NavEKF3: Fix bug in calculation of rotation order 5 years ago
Paul Riseborough eeac0a05b9 AP_NavEKF3: Improvements to on ground movement check 5 years ago
Paul Riseborough ebb8bb4f6f AP_NavEKF3: Enable use of yaw fusion before external yaw sensor starts 5 years ago
Andrew Tridgell 3ae0b0d446 AP_NavEKF3: added using_external_yaw() method 5 years ago
Andrew Tridgell 6f04fae4a0 AP_NavEKF3: added fallback to mag option with external yaw 5 years ago
Andrew Tridgell a3100251a8 AP_NavEKF3: use enum class for EK3_MAG_CAL values 5 years ago
Andrew Tridgell be674fc36c AP_NavEKF3: make mag variance reporting consistent 5 years ago
Peter Barker 609b66a053 AP_NavEKF3: rename struct log_NKF2a to log_XKF2 5 years ago
Daniel Magree b3ff81648b Nav_EKF3: varInnovBodyVel assigned the innovation covariance, rather than inverse 5 years ago
Peter Barker 4c19eb4bab AP_NavEKF3: use compass reference rather than repeatedly asking AHRS for it 5 years ago
Andrew Tridgell 772438f3ed AP_NavEKF3: fixed use of antenna position when switching GPS primary 5 years ago
Siddharth Purohit 545331024f AP_NavEKF3: Primary compass is always at serial number 0 5 years ago
Peter Hall 47e3fda8e9 AP_NavEKF3: add initalized flag and change to uint32_t 5 years ago
Peter Barker e289020332 AP_NavEKF3: stop taking ahrs in constructor 5 years ago
Peter Hall dd75609599 AP_NavEKF3: get_time_flying in vehicle 5 years ago
Peter Barker 03cca68c5a AP_NavEKF3: use instance number when logging rather than multiple message IDs 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
Peter Barker b055eb8889 AP_NavEKF3: use instance # when logging EKF core timings 5 years ago
Andrew Tridgell c6aad9b1ec AP_NavEKF3: don't use WMM tables unless we have a compass scale factor set 5 years ago
Peter Barker fe8599d6d7 AP_NavEKF3: adjust for renaming of RangeFinder files 5 years ago
Peter Barker 11b372a986 AP_NavEKF3: use enum-class for RangeFinder Status 5 years ago
Randy Mackay f24afbcf4b AP_NavEKF3: initialise pre-arm failure message 5 years ago
Mark Whitehorn 3e21ef1389 AP_NavEKF3: add prearm failure message for null core pointer 5 years ago
Randy Mackay b4a8691a9e AP_NavEKF3: remove wheel encoder update limit 5 years ago
Randy Mackay 63309c6925 AP_NavEKF3: suppress ekf fail-to-set-origin if core disabled 5 years ago
Jaaaky 54f8e1137e AP_NavEKF3: added EK3_MAG_EF_LIM parameter 5 years ago
Randy Mackay 5baed38266 AP_NavEKF3: reduce EK3_HRT_FILT max to 30 5 years ago
Paul Riseborough 5b1d9ed868 AP_NavEKF3: Add missing vertical position derivative calculation 5 years ago
Andrew Tridgell c2067d5bc2 AP_NavEKF3: set a min yaw accuracy from GPS of 5 degrees 5 years ago
Andrew Tridgell 3995db49a4 AP_NavEKF3: use parent class for intermediate static variables 5 years ago
Andrew Tridgell 0e3a27f74f AP_NavEKF3: change optimisation from -O3 to -O2 5 years ago