534 Commits (50534b6e29f1743c3b508efd4ea5ada65d8ca758)

Author SHA1 Message Date
Randy Mackay ae661ada20 AP_NavEKF2: initialise pre-arm failure message 5 years ago
Mark Whitehorn 2ffca3fe6b 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
Andrew Tridgell e8d9a1fae9 AP_NavEKF2: don't allow height datum reset when not on ground 6 years ago
Andrew Tridgell f5fd38aef2 AP_NavEKF2: set terrainState to zero on height datum reset 6 years ago
Andrew Tridgell 9372073f63 AP_NavEKF2: continuously update gpsGoodToAlign 6 years ago
Andrew Tridgell 20ebb2500b AP_NavEKF2: ensure that both AMSL and relative alt are correct after a reset 6 years ago
Andrew Tridgell ddef40fa3d AP_NavEKF2: don't use disabled gyros in opticalflow takeoff detection 6 years ago
Andrew Tridgell 1c4c5a6850 AP_NavEKF2: learn gyro biases for inactive gyros 6 years ago
Peter Barker 6a0a466f42 AP_NavEKF2: factor out and logging functions, reuse for 2nd core 6 years ago
Peter Barker 5175d23cc1 AP_NavEKF2: move logging in from AP_Logger 6 years ago
Andrew Tridgell 567c902e75 AP_NavEKF2: force first EKF lane when disarmed 6 years ago
Peter Barker 82df167ad4 AP_NavEKF2: use beacon singleton 6 years ago
Michael du Breuil f04e47fc17 AP_NavEKF2: Reduce scope of AP_Baro.h 6 years ago
Michael du Breuil 892b687c09 AP_NavEKF2: Fix AP_GPS.h include 6 years ago
Andrew Tridgell 3073c4da7a AP_NavEKF2: added checkLaneSwitch() 6 years ago
Andrew Tridgell df4fc0fff0 AP_NavEKF2: default EK2_MAG_EF_LIM to 50 6 years ago
Peter Barker 11f31c2851 AP_NavEKF2: take EAS2TAS from AHRS rather than airspeed 6 years ago
Andrew Tridgell e9ed3540f1 AP_NavEKF2: constrain field by table after fusion 6 years ago
Andrew Tridgell 3835d2613e AP_NavEKF2: added EK2_MAG_EF_LIM parameter 6 years ago
Randy Mackay e19d638c0f AP_NavEKF2: support higher optical flow updates rates 6 years ago
Andrew Tridgell cc62998d40 AP_NavEKF2: fixed bug in EKF lane selection 6 years ago
Michael du Breuil 7f639c1bb2 AP_NavEKF2: Allow checking all cores for failure 6 years ago