564 Commits (5d5a85c38e14f810cd80bfd92f12c43ac7c7fa26)

Author SHA1 Message Date
Paul Riseborough d59d8cc6e3 AP_NavEKF: extend fusion fault reporting coverage 9 years ago
Ricardo de Almeida Gonzaga 267a74ebb2 AP_NavEKF: Fix typos 9 years ago
Jonathan Challinger 6938e3d57b AP_NavEKF: check mag instance id when returning mag offsets 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
Don Gagne 34d5dd0257 AP_NavEKF: fix invalid Range meta data 9 years ago
Luis Vale Gonçalves 40caec8afb AP_NavEKF: libraries_Text_revision 9 years ago
Paul Riseborough e8305c5653 AP_NavEKF: Prevent front-end from returning uninitialised data (garbage) 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
Andrew Tridgell f5b5a3b0f8 AP_NavEKF: added EKF_DISABLE_INTERRUPTS 9 years ago
Andrew Tridgell 10fddf4c7e AP_NavEKF: enable optimisation level 3 for the EKF 9 years ago
Andrew Tridgell 6f36267a66 AP_NavEKF: fixed EKF error message during 10 second warmup 9 years ago
Gustavo Jose de Sousa afccf615d5 AP_NavEKF: use compass get_{field,offsets}() functions 9 years ago
Paul Riseborough 3479a0e209 AP_NavEKF: Prevent blocking of synthetic position fusion 9 years ago
Paul Riseborough a895b16fa6 AP_NavEKF: Prevent GPS glitch activating EKF failsafe 9 years ago
Paul Riseborough f451a81ef9 AP_NavEKF: Add missing GPs check report 9 years ago
Paul Riseborough a3a1dabb94 AP_NavEKF: Update GPS check description and default setting 9 years ago
Paul Riseborough ef5049862a AP_NavEKF: Add fix status to GPS check report message 9 years ago
Paul Riseborough 5177746c00 AP_NavEKF: Add reporting of GPS check status 9 years ago
Paul Riseborough 2b0434f089 AP_NavEKF: Improved detection of GPS glitch behaviour 9 years ago
Paul Riseborough d48d4ac950 AP_NavEKF: Add GPS glitching monitor to EKF status report 9 years ago
Paul Riseborough 8a9d9c04c5 AP_NavEKF: Add public function to declare GPS glitch 9 years ago