142 Commits (c00f110f3d5140e85bf5e779d51c65f3a92131bd)

Author SHA1 Message Date
Peter Barker c00f110f3d AP_NavEKF3: use DAL APIs for takeoff/touchdown expected 4 years ago
Randy Mackay 02f6ca51bc AP_NavEKF3: init rngOnGnd to 5cm to avoid div-by-zero 4 years ago
Paul Riseborough 1018801522 AP_NavEKF3: White space and comment fixes 4 years ago
Paul Riseborough 7113387d27 AP_NavEKF3: Use better defined data type 4 years ago
Paul Riseborough ac87cab6bc AP_NavEKF3: constify array index variable 4 years ago
Paul Riseborough a07427fd30 AP_NavEKF3: Don't learn poorly observed IMU dvel bias states before flight 4 years ago
priseborough 4b1c334bba AP_NavEKF3: improve stability of co-variance matrix processing 4 years ago
Paul Riseborough 85c0040fa3 AP_NavEKF3: Improve inFlight detection for fixed wing 4 years ago
Paul Riseborough 9a5a264aa0 AP_NavEKF3: Improve wind estimation without airspeed sensing 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
Andy Piper 099d6aa72e AP_NavEKF3: add filter reset when vehicle is idle for too long 4 years ago
Andrew Tridgell 59fa794818 AP_NavEKF3: constrain vertical error 4 years ago
Randy Mackay 27c998ad94 AP_NavEKF3: rename source and yawFusionMethod from EXTERNAL to GPS 4 years ago
Randy Mackay 5891c6ace8 AP_NavEKF3: separate GPS yaw from ExtNav yaw 4 years ago
Paul Riseborough a9e76d44af AP_NavEKF3: Clean up yaw fusion logic 4 years ago
Paul Riseborough c9ab4b18b0 AP_NavEKF3: Add multicopter wind estimation 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 2d25149e2e AP_NavEKF3: move global state to be on the stack 4 years ago
Andrew Tridgell 80f7906744 AP_NavEKF3: removed inhibitGps and inhibitGpsVertVel options 4 years ago
Randy Mackay 5eb3875ebb AP_NavEKF3: rename posxy_source_last and posxy_source_reset 4 years ago
Randy Mackay 33b6212cce AP_NavEKF3: rename _sources to sources 4 years ago
Randy Mackay faed58a027 AP_NavEKF3: integrate Source for yaw 4 years ago
Randy Mackay 8931e50166 AP_NavEKF3: integrate Source for alt 4 years ago
Randy Mackay c21d58ebea AP_NavEKF3: integrate Source for position 4 years ago
Andrew Tridgell 0bc77a3baf AP_NavEKF3: fixed whitespace 4 years ago
Andrew Tridgell 6fe05a9ab6 AP_NavEKF3: restore XKTV message 4 years ago
Andrew Tridgell 9b81c5a1e0 AP_NavEKF3: use dal reference in EKF backends 4 years ago
Andrew Tridgell 1bdf6173ec AP_NavEKF3: removed have_ekf_logging 4 years ago
Andrew Tridgell 096aab9388 AP_NavEKF3: convert to use AP_DAL for new replay structure 4 years ago
Randy Mackay 7b898ee001 AP_NavEKF3: minor comment and format fixes 4 years ago
Paul Riseborough f2af2b3458 AP_NavEKF3: Initialise tiltErrorVariance class variable 4 years ago
Paul Riseborough 43386a8eea AP_NAvEKF3: Use a const reference 4 years ago
Paul Riseborough 64a3d8fe4e AP_NavEKF3: Update documentation 4 years ago
Paul Riseborough 6c7820dd8d AP_NavEKF3: Add verification of tiltErrorVariance() method in SITL 4 years ago
Paul Riseborough 16ae75a681 AP_NavEKF3: Consolidate and log tilt error variance calculation 4 years ago
Paul Riseborough 4e41e9f5f1 AP_NavEKF3: Ensure consistent use of 312 or 321 rotation order 4 years ago
Paul Riseborough fa10d114e4 AP_NavEKF3: Fix yaw drift after yaw reset at +-90 deg pitch 4 years ago
Paul Riseborough 73d5ca5ad3 AP_NavEKF3: Fix yaw drift after yaw reset at +-90 deg pitch 4 years ago
Paul Riseborough a97d030e4b AP_NavEKF3: Reset earth field variances when starting mag field estimation 4 years ago
Paul Riseborough 9168d0cd19 AP_NavEKF3: Initialise mag field variances to non zero values 4 years ago
Paul Riseborough f81abd73d6 AP_NavEKF3: Update covariance prediction to yse SymPy generated equations 4 years ago
Peter Barker 0496ecc4f6 AP_NavEKF2: remove unused state variables 4 years ago
Peter Barker a1e7c91f8e AP_NaveEKF3: reduce code duplication in setup_core 4 years ago
Peter Barker ef505df78a AP_NavEKF3: remove unused quat2Tbn method 4 years ago
Peter Barker 3dc67f09fd AP_NavEKF3: remove unused innovationIncrement and lastInnovation 4 years ago