554 Commits (1cf9655b4ab01b8d68f78973f269513e96c136a0)

Author SHA1 Message Date
Andrew Tridgell c9755cf9e6 AP_NavEKF2: make mag variance reporting consistent 5 years ago
Peter Barker 903d81c263 AP_NavEKF2: use compass reference rather than repeatedly asking AHRS for it 5 years ago
Andrew Tridgell 9030590a88 AP_NavEKF2: fixed use of antenna position when switching GPS primary 5 years ago
Siddharth Purohit 4cca1c307c AP_NavEKF2: Primary compass is always at serial number 0 5 years ago
Peter Hall e0eeb4f863 AP_NavEKF2: add initalized flag and change to uint32_t 5 years ago
chobits a54f24c8c0 AP_NavEKF2: switch to optflow if gps is jammed 5 years ago
Peter Barker da3d3cc21b AP_NavEKF: stop taking ahrs in constructor 5 years ago
Peter Hall 2970334c0d AP_NavEKF2: get_time_flying in vehicle 5 years ago
Peter Barker 524647d221 AP_NavEKF2: use instance number when logging rather than multiple message IDs 5 years ago
Peter Barker 060c851709 AP_NavEKF2: make send_status_report const 5 years ago
Peter Barker 369292f7f3 AP_NavEKF2: stop relying on the presence of a RangeFinder 5 years ago
Peter Barker 239df941e5 AP_NavEKF2: use instance # when logging EKF core timings 5 years ago
Andrew Tridgell fce4d6952f AP_NavEKF2: don't use WMM tables unless we have a compass scale factor set 5 years ago
Mark Whitehorn 5f6b3a1f5b AP_NavEKF2: clean up init failure handling 5 years ago
Peter Barker 99689f65f8 AP_NavEKF2: adjust for renaming of RangeFinder files 5 years ago
Peter Barker 9735684184 AP_NavEKF2: use enum-class for RangeFinder Status 5 years ago
Mark Whitehorn 23ee9eef5f AP_NavEKF2: fail prearm on any core setup failure 5 years ago
Mark Whitehorn 489ae83604 AP_NavEKF2: handle core setup failures 5 years ago
Mark Whitehorn 7c6630e216 AP_NavEKF2: EKF2 prefix for prearm failures and camelCase 5 years ago
Mark Whitehorn 95ea6ad807 AP_NavEKF2: provide reasons for init failures 5 years ago
Randy Mackay cc5facf6d2 AP_NavEKF2: initialise pre-arm failure message 5 years ago
Mark Whitehorn 6e73feca5c AP_NavEKF2: add prearm failure message for null core pointer 5 years ago
Randy Mackay e32a8556b2 AP_NavEKF2: suppress ekf fail-to-set-origin if core disabled 5 years ago
Randy Mackay e2d3afaaa7 AP_NavEKF2: reduce EK2_HRT_FILT max to 30 5 years ago
Paul Riseborough c26c6fd078 AP_NavEKF2: Add missing vertical position derivative calculation 5 years ago
Andrew Tridgell cbe34320b5 AP_NavEKF2: fixed build 5 years ago
Andrew Tridgell f7e138bddd AP_NavEKF2: use parent class for intermediate static variables 5 years ago
Andrew Tridgell 8dd2119b14 AP_NavEKF2: make it easy to do EK2 timing tests 5 years ago
Andrew Tridgell 163efd0df5 AP_NavEKF2: change optimisation from -O3 to -O2 5 years ago
Peter Barker 952d4d2cbc AP_NavEKF2: initialise Kfusion stack variable to fix compilation 5 years ago
Andrew Tridgell d40d812ea4 AP_NavEKF2: fixed build with g++ 9.1 5 years ago
Andrew Tridgell 9226899c6f AP_NavEKF2: added comment (review request) 5 years ago
Andrew Tridgell 255981c60c AP_NavEKF2: moved some of the intermediate vars to the stack 5 years ago
Andrew Tridgell 96c6544997 AP_NavEKF3: moved intermediate variables to common memory 5 years ago
Andrew Tridgell 0041874826 AP_NavEKF2: moved intermediate variables to common memory 5 years ago
Andrew Tridgell 1d47f9186e AP_NavEKF2: fixed use of old irqsave() API 5 years ago
Peter Barker 3619856fc9 AP_NavEKF2: correct return of empty prearm string 5 years ago
Randy Mackay 94a52b3525 EKF2: RNG_USE_HGT param only used when ALT_SOURCE = rangefinder 5 years ago
Michael du Breuil a4d10b2e86 AP_NavEKF2: Allow the GPS to be responsible for logging 5 years ago
Peter Barker c8fac758ee AP_NavEKF2: use timing logging from AP_NavEKF 6 years ago
Andrew Tridgell 414d3eb670 AP_NavEKF2: don't fuse GPS when EK2_GPS_TYPE=3 6 years ago
hoangthien94 fc9ff2b09a AP_NavEKF2: add method to check if ext nav is used for yaw 6 years ago
Andrew Tridgell 098701ec79 AP_NavEKF2: fixed baro innovation gate when on ground with AIDING_NONE 6 years ago
Andrew Tridgell e7163afe06 AP_NavEKF2: review fixes 6 years ago
Andrew Tridgell c57b25b4c9 AP_NavEKF2: ensure that EKF origin stays in sync on all cores 6 years ago
Andrew Tridgell a01faa2f00 AP_NavEKF2: use origin lat for earth rates 6 years ago
Andrew Tridgell 742ae0b750 AP_NavEKF2: set origin on all cores 6 years ago
Andrew Tridgell 5db41147ed AP_NavEKF2: restrict setting of EKF origin 6 years ago
Siddharth Purohit 1527a5b97c AP_NavEKF2: do logging for 3rd EKF core 6 years ago
Andrew Tridgell 2427440e13 AP_NavEKF2: origin handling fixes from Francisco 6 years ago