662 Commits (b45b8ff703f54f7915ef861e6b827c2f7220db1a)

Author SHA1 Message Date
Andrew Tridgell 103d1aea41 AP_NavEKF: added gps_quality_good EKF flag 7 years ago
Michael du Breuil ac9d5f8a5c AP_NavEKF: Make the status unions use bool, add static asserts 7 years ago
priseborough 6a91b294b4 AP_NavEKF: Clarify definition for gps_glitching flag 7 years ago
priseborough 7d777485d8 AP_NavEKF: Add monitoring of average EKF time step 8 years ago
Andrew Tridgell ae3df89d17 AP_NavEKF: added ekf_timing structure 8 years ago
Michael du Breuil 61023fc636 NavEKF: Add GPS vertical accuracy to nav_gps_flags 8 years ago
priseborough bb29c74e52 AP_NavEKF: remove EKF1 8 years ago
Pierre Kancir f54cf6e097 AP_NavEKF: storeIndex remove second initialisation 8 years ago
murata de153ce1d7 AP_NavEKF: Correct the setting process of variable dAngBiasSigma. 8 years ago
murata ec42ddfb4e AP_NavEKF: style changes (tab to spaces, etc.) 8 years ago
Andrew Tridgell a05d216ce4 AP_NavEKF: make posOffset const ref for optflow 8 years ago
priseborough b40016db62 AP_NavEKF2: Fix documentation errors 8 years ago
priseborough 8160eca47e AP_NavEKF: update flow sensor interface 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
priseborough d0ba259d0d AP_NavEKF: Fix bug in median filter code 8 years ago
Jonathan Challinger 3eba985afd AP_NavEKF: use exact matrix for trim rotation 8 years ago
Tom Pittenger e63e7a5336 AP_NavEKF: comment that param "Enable" index is moved to top 9 years ago
priseborough b3bfb71431 AP_NavEKF: fix documentation errors 9 years ago
priseborough 487bbc3ed2 AP_NavEKF: Fix reporting of position status 9 years ago
Paul Riseborough d33bbf8cc7 AP_NavEKF: remove debug code 9 years ago
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
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
Jonathan Challinger 6938e3d57b AP_NavEKF: check mag instance id when returning mag offsets 9 years ago
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