625 Commits (8739c55d27a4d5439e38f8f53eef52bede98fa3e)

Author SHA1 Message Date
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
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 d0080b66cd AP_NavEKF: Define a structure for reporting of GPS checks 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