638 Commits (2a36c32cf3906eadbdc16e710dba8107f2973b34)

Author SHA1 Message Date
Lucas De Marchi bb0d96cedd AP_NavEKF: replace header guard with pragma once 9 years ago
Peter Barker 11760c33f6 AP_NavEKF: avoid use of undefined #defines 9 years ago
Paul Riseborough 1950008248 AP_NavEKF: Send correct data over mavlink status message 9 years ago
Jonathan Challinger eabede692e AP_SmallEKF: move to AP_Mount/SoloGimbalEKF and merge solo version 9 years ago
Andrew Tridgell a6c39dee84 AP_NavEKF: don't allocate EKF1 unless it will leave 4k free memory 9 years ago
Andrew Tridgell a0a4b698f6 AP_NavEKF: disable EKF1 by default 9 years ago
Andrew Tridgell 0ef61b1637 AP_NavEKF: moved ENABLE param to front of list 9 years ago
Andrew Tridgell 28a684ea03 AP_NavEKF: use get_loop_delta_t() from INS 9 years ago
Andrew Tridgell a042845da8 AP_NavEKF: avoid an optimiser bug in clang 9 years ago
Don Gagne 34d5dd0257 AP_NavEKF: fix invalid Range meta data 9 years ago
Andrew Tridgell d24f6f4050 AP_NavEKF: fixed static const bug 9 years ago
Lucas De Marchi 798b743660 AP_NavEKF: use MAX() instead of maxf() 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Luis Vale Gonçalves 40caec8afb AP_NavEKF: libraries_Text_revision 9 years ago
Caio Marcelo de Oliveira Filho e3c317b96b AP_NavEKF: use millis/micros/panic functions 9 years ago
Andrew Tridgell 5561efde2b AP_NavEKF: we can assume get_sample_rate() returns a non-zero number 9 years ago
Paul Riseborough e32e6cfa67 AP_NavEKF: Protect against bad delta time from the INS library 9 years ago
Julien BERAUD 259f5f07e8 AP_NavEKF_core: fix init of perf 9 years ago
Paul Riseborough e8305c5653 AP_NavEKF: Prevent front-end from returning uninitialised data (garbage) 9 years ago
Paul Riseborough 0f8cfa02ab AP_NavEKF: Remove redundant if statement 9 years ago
Paul Riseborough 2243f95074 AP_NavEKF: Enable clean entry into GPS aiding whilst in-flight 9 years ago
Paul Riseborough 624f169b9b AP_NavEKF: Publish enabled status 9 years ago
Siddharth Bharat Purohit 392fce76b2 AP_NavEKF: define getGpsGlitchStatus function 9 years ago
Andrew Tridgell 56909ce973 AP_NavEKF: split EKF1 into frontend and backend 9 years ago
Lucas De Marchi d00c8e3a34 AP_NavEKF: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Paul Riseborough 9b37c29efa AP_NavEKF: Improve mag earth state reset accuracy 9 years ago
Paul Riseborough 0dd5a7c4fa AP_NavEKF: Use correct blended delta time for all vel and pos integration 9 years ago
Paul Riseborough 42214ec303 AP_NavEKF: Fix failure to start mag cal due to gyro noise 9 years ago
Paul Riseborough 707089178f AP_NavEKF: Update default parameter values: 9 years ago
Paul Riseborough 3d8f720aaf AP_NavEKF: Improve initial accel bias learning 9 years ago
Paul Riseborough 64ad7d6a50 AP_NavEKF: handle case where one IMU fails to return a delta velocity or angle 9 years ago
Paul Riseborough 69d4bd2481 AP_NavEKF: Protect against baro data errors in constant position mode 9 years ago
Paul Riseborough 778b1c3e18 AP_NavEKF: Remove dead code for constant velocity mode 9 years ago
Paul Riseborough fb8e01a73c AP_NavEKF: Do not automatically accept DCM alignment data after 30 seconds 9 years ago
Paul Riseborough be11e12f81 AP_NavEKF: Improve height reset during climbs and descents 9 years ago
Paul Riseborough 59df23bc0f AP_NavEKF: Reduce EKF health pre-arm check false positives 9 years ago
Paul Riseborough a1e32d71ec AP_NavEKF: Prevent large rotation rates corrupting the in-flight mag reset 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Randy Mackay 3f29365cae AP_NavEKF: constify getLastPosNorthEastReset 9 years ago
Randy Mackay 758c5a7d7f AP_NavEKF: constify getLastYawResetAngle 9 years ago
Paul Riseborough 7c40448bab AP_NavEKF: Remove GPS glitch offset logic 9 years ago
Paul Riseborough 5489ff9118 AP_NavEKF: publish position and velocity state reset data 9 years ago
Paul Riseborough 44f42fe72d AP_NavEK: Reduce settling time after start-up disturbance 9 years ago
Paul Riseborough 6c017ffcb5 AP_NavEKF: Predict covariance more often to prevent instability on startup 9 years ago
Andrew Tridgell f66966ccae NavEKF: use new perf counter API 9 years ago
Paul Riseborough 240ea92947 AP_NavEKF: Re-center gyro bias limits on arming 9 years ago
Paul Riseborough 8515dda727 AP_NavEKF: Fix bug in vertical position derivative calculation 9 years ago
Paul Riseborough 6b3e114cd6 AP_NavEKF: Enable EKF1 to be disabled to reduce frame over-runs 9 years ago
Paul Riseborough 840f307d58 AP_NavEKF: Make EKF2 PosDownDerivative interface follow coding conventions 9 years ago
Paul Riseborough dab658f6ed AP_NavEKF: Add methods to output and calculate vertical position derivative 9 years ago