505 Commits (00e3bda2f51e9b866cc85c20643c39b7de83d467)

Author SHA1 Message Date
Randy Mackay 1814524fcb AP_NavEKF3: fix using_external_yaw when using external nav 4 years ago
Randy Mackay f6cb0819ef AP_NavEKF3: pre_arm_check may skip position checks 4 years ago
Andrew Tridgell ddc4d08e8f AP_NavEKF3: make drag fusion optional 4 years ago
Andrew Tridgell 1ccda938cb AP_NavEKF3: make external navigation optional 4 years ago
Andrew Tridgell 8da511f039 AP_NavEKF3: make body odomotry build depend on vehicle type 4 years ago
Peter Barker 3582b69e9c AP_NavEKF3: remove getFilterTimeouts access methods 4 years ago
Peter Barker b3bacdd33c AP_NavEKF3: remove internal-only getTiltError method 4 years ago
Peter Barker 5ad0ac6727 AP_NavEKF3: remove unused getAccelNED method 4 years ago
Randy Mackay 4492e5024c AP_NavEKF3: enable ekf3 by default 4 years ago
Andy Piper 099d6aa72e AP_NavEKF3: add filter reset when vehicle is idle for too long 4 years ago
chobitsfan 26a3a02c81 AP_NavEKF3: use posxy_source in all places 4 years ago
chobits e73d28fe19 AP_NavEKF3: remove redundant extnav code 4 years ago
Andrew Tridgell 59fa794818 AP_NavEKF3: constrain vertical error 4 years ago
Randy Mackay 647c568ab9 AP_NavEKF3: out-of-date comments removed 4 years ago
Randy Mackay 27c998ad94 AP_NavEKF3: rename source and yawFusionMethod from EXTERNAL to GPS 4 years ago
Randy Mackay c14b4a8b6c AP_NavEKF3: add support for GSF as yaw source 4 years ago
Randy Mackay 5891c6ace8 AP_NavEKF3: separate GPS yaw from ExtNav yaw 4 years ago
Randy Mackay 6850b48ea1 AP_NavEKF3: add comments for yaw sensor variables 4 years ago
Andrew Tridgell e747edbcf2 AP_NavEKF3: fixed init order for scheduler 4 years ago
Randy Mackay 39be85cef4 AP_NavEKF3: integrate Source loss of init 4 years ago
Peter Barker 6dfd2f2ff9 AP_NavEKF3: use use_EKFGSFYaw to reduce code duplication 4 years ago
Randy Mackay a2cca60beb AP_NavEKF3: constify EKFGSF_getYaw 4 years ago
Randy Mackay 0c3fcfd9d6 AP_NavEKF3: add missing break to case statements 4 years ago
Randy Mackay 9cb529cfd6 AP_NavEKF3: minor formatting fix 4 years ago
Paul Riseborough 908b348c31 AP_NavEKF3: Fix typo in enum label 4 years ago
Randy Mackay e819dbdd64 AP_NavEKF3: add EKFGSF_getYaw to reduce duplicate code 4 years ago
Randy Mackay c2edae905f AP_NavEKF3: simplify logic when updating yawAngDataStatic 4 years ago
Randy Mackay 843ddb4fdc AP_NavEKF3: minor format fix 4 years ago
Paul Riseborough a9e76d44af AP_NavEKF3: Clean up yaw fusion logic 4 years ago
Paul Riseborough ccfd89240b AP_NavEKF3: Fix error in calculation of static 312 order yaw reference 4 years ago
Dr.-Ing. Amilcar do Carmo Lucas f77ab30f7a Revert "AP_NavEKF3: Remove unsupported parameter unit descriptions" 4 years ago
Paul Riseborough 8f32430294 AP_NavEKF3: Fix white spaces 4 years ago
Paul Riseborough bdc202378a AP_NavEKF3: fix white space 4 years ago
Paul Riseborough ed17d8e48f AP_NavEKF3: Improve parameter display names 4 years ago
Paul Riseborough 171f0b399f AP_NavEKF3: Remove commented code 4 years ago
Andrew Tridgell b86c014400 AP_NavEKF3: rename drag parameters to start with EK3_DRAG_ 4 years ago
Paul Riseborough 47d4506e68 AP_NavEKF3: Add drag and sideslip innovation logging 4 years ago
Paul Riseborough 4884476c09 AP_NavEKF3: Formatting and comment fixes 4 years ago
Andrew Tridgell be4d10a95e AP_NavEKF3: rework parameter handling 4 years ago
Paul Riseborough 5da62aeaa2 AP_NavEKF3: Fix CI build errors 4 years ago
Paul Riseborough 0d2c235027 AP_NavEKF3: Fix #define typo 4 years ago
Paul Riseborough ab05e8ed4a AP_NavEKF3: Update param descriptions 4 years ago
Paul Riseborough 4f4a2f446d AP_NavEKF3: Remove unsupported parameter unit descriptions 4 years ago
Paul Riseborough c9ab4b18b0 AP_NavEKF3: Add multicopter wind estimation 4 years ago
Andrew Tridgell ac4a05ffbf AP_NavEKF3: fixed null dereference of airspeed 4 years ago
Andrew Tridgell 2071a19a40 AP_NavEKF3: only fuse airspeed if healthy 4 years ago
Peter Barker 58f6570755 AP_NavEKF3: stop using QUAT_* defines from AP_Logger/LogStructure.h 4 years ago
chobits 013b39d2a6 AP_NavEKF3: fix ext nav vel timestamp cal 4 years ago
Peter Barker 287e9350a5 AP_NavEKF3: move log message IDs in from AP_Logger LogStructure 4 years ago
Peter Barker 79109458c2 AP_NavEKF3: move EKF3 logging structures into EKF3 LogStructure.h 4 years ago