664 Commits (efbf3a79a750e7381b1727211243c0546287c285)

Author SHA1 Message Date
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
Andrew Tridgell bdba430e55 AP_NavEKF3: save memory on beacon debug structure 4 years ago
Andrew Tridgell bb32f1a397 AP_NavEKF3: avoid initialising unused ring buffers 4 years ago
Peter Barker e972fb31b1 AP_NavEKF3: remove unused variables 4 years ago
Peter Barker 0529ddcd67 AP_NavEKF3: move badMagYaw onto stack 4 years ago
Peter Barker 2885026bba AP_NavEKF3: move tasHealth to be a stack variable 4 years ago
Peter Barker b79a26135c AP_NavEKF3: move posvel fusion health booleans to be on the stack 4 years ago
Peter Barker 2d25149e2e AP_NavEKF3: move global state to be on the stack 4 years ago
Andrew Tridgell d242339f2e AP_NavEKF3: added have_vz flag to GPS buffer data 4 years ago
Andrew Tridgell 80f7906744 AP_NavEKF3: removed inhibitGps and inhibitGpsVertVel options 4 years ago
Andrew Tridgell 603e0c090d AP_NavEKF3: don't reset EKx_GPS_TYPE when GPS has no vertical velocity 4 years ago
Peter Barker 52b8b95a72 AP_NavEKF3: rearrange readGPSData to remove some nesting 4 years ago
Randy Mackay 4cd1c3cfde AP_NavEKF3: param conversion loses config_error 4 years ago
Randy Mackay adfc92523b AP_NavEKF3: add configuredToUseGPSForPosXY 4 years ago
Andrew Tridgell 7eea13f86f AP_NavEKF3: fixed build of standalone replay link test 4 years ago
Peter Barker 200b085eea AP_NavEKF3: move XKY0 and XKY1 to be normal log structures (from Log_Write) 4 years ago
Peter Barker e1a033b296 AP_NavEKF3: make logging a core concern 4 years ago
Peter Barker 914629351f AP_NavEKF3: use scalar rather than array for state-prediction-allowed 4 years ago
Paul Riseborough 8561f5239d AP_NavEKF3: Fix bug preventing yaw alignment to EKF-GSF estimate 4 years ago
Andrew Tridgell 1e4b1d7563 AP_NavEKF3: convert to using common buffer classes 4 years ago
Randy Mackay d1983b0b77 AP_NavEKF3: fixup source param conversion 4 years ago
Randy Mackay 04e3623620 AP_NavEKF3: improve MAG_CAL vs EK3_SRCn_YAW checks 4 years ago
Andrew Tridgell 36c946113d AP_NavEKF3: handle compass fallback in yaw source reset 4 years ago
Randy Mackay 8895d20c45 AP_NavEKF3: rename setPosVelYawSourceSet 4 years ago
Randy Mackay 5eb3875ebb AP_NavEKF3: rename posxy_source_last and posxy_source_reset 4 years ago
Randy Mackay f88364d653 AP_NavEKF3: use_compass minor order fixup 4 years ago
Randy Mackay b475f01b25 AP_NavEKF3: update comments 4 years ago
Randy Mackay 0f8d0ef11b AP_NavEKF3: move sources to 2nd bank of parameters 4 years ago
Randy Mackay 33b6212cce AP_NavEKF3: rename _sources to sources 4 years ago
Randy Mackay 9716b09cad AP_NavEKF3: minor indenting fix 4 years ago
Randy Mackay 6daaa06317 AP_NavEKF3: integrate AP_NavEKF_Source::useVelXYSource 4 years ago
Andrew Tridgell 72ee7d15e1 AP_NavEKF3: fixup for AP_DAL 4 years ago
Randy Mackay 73835f0c11 AP_NavEKF3: pre_arm_check includes sources 4 years ago
Randy Mackay 6c0bb6a198 AP_NavEKF3: add convert_params for source 4 years ago
Randy Mackay 849e94cc24 AP_NavEKF3: call sources align inactive sources 4 years ago
Randy Mackay ba9f60abc7 AP_NavEKF3: add getVelInnovationsAndVariancesForSource 4 years ago
Randy Mackay 58aa6086df AP_NavEKF3: always calculate GPS innovations and variances 4 years ago
Randy Mackay e7e91b1c3b AP_NavEKF3: always calculate extNav innovations and variances 4 years ago
Randy Mackay 6b2b5c4ca0 AP_NavEKF3: add CalculateVelInnovationsAndVariances 4 years ago
Randy Mackay 2505fd5c1c AP_NavEKF3: body and wheel odometry check source 4 years ago
Randy Mackay 1263648d88 AP_NavEKF3: beacon fusion checks source 4 years ago
Randy Mackay 8a56ce49be AP_NavEKF3: optical flow fusion checks source 4 years ago