341 Commits (0f669363535a66615922e7e64d9fbc541d98af8a)

Author SHA1 Message Date
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
Andrew Tridgell 96c6544997 AP_NavEKF3: moved intermediate variables to common memory 5 years ago
Andrew Tridgell 05d62c62bb AP_NavEKF3: fixed use of uninitialised variable in EKF3 mag fusion 5 years ago
Andrew Tridgell c6f43e9700 AP_NavEKF3: fixed use of old irqsave() API 5 years ago
Peter Barker 1c187d8feb AP_NavEKF3: correct return of empty prearm string 5 years ago
Andrew Tridgell fae2e44eac AP_NavEKF3: reset inhibitMagStates on in-flight yaw reset 5 years ago
Randy Mackay 0e1a2efb7c EKF3: RNG_USE_HGT param only used when ALT_SOURCE = rangefinder 6 years ago
Michael du Breuil 9a7d64e8fc AP_NavEKF3: Allow the GPS to be responsible for logging 6 years ago
Peter Barker 7ea449076f AP_NavEKF3: use timing logging from AP_NavEKF 6 years ago
Peter Barker 61ed6e07eb AP_NavEKF3: shorten EKF3 initialisation send-text string 6 years ago
Andrew Tridgell fc65e04ef2 AP_NavEKF3: fixed baro innovation gate when on ground with AIDING_NONE 6 years ago
Andrew Tridgell 04944fa6ce AP_NavEKF3: review fixes 6 years ago
Andrew Tridgell 451fe840ee AP_NavEKF3: ensure that EKF origin stays in sync on all cores 6 years ago
Andrew Tridgell 0fcb2037e1 AP_NavEKF3: use origin lat for earth rates 6 years ago
Andrew Tridgell a3411efdb5 AP_NavEKF3: set origin on all cores 6 years ago