200 Commits (b19bfba0ec8197ea8961e3165d9b04e8bfc3e260)

Author SHA1 Message Date
Andrew Tridgell 9dcff1a23f AP_NavEKF3: set rejecting_airspeed flag 3 years ago
Randy Mackay e16a64383f AP_NavEKF3: getOptFlowSample returns latest correct flow data for use in calibration 3 years ago
Andrew Tridgell a33febd90a AP_NavEKF3: fixed gaps in EKF logging 3 years ago
Andrew Tridgell 282209e3e6 AP_NavEKF3: add accessor for GSF yaw estimator 3 years ago
Andy Piper bc0101e446 AP_NavEKF3: convert APM_BUILD_COPTER_OR_HELI() to APM_BUILD_COPTER_OR_HELI 3 years ago
Paul Riseborough c828bdfbc9 AP_NavEKF3: Reduce output observer vertical velocity error when bad IMU 3 years ago
Paul Riseborough c0d88e2673 AP_NavEKF3: Fix vertical velocity reset 3 years ago
Randy Mackay 63e579d738 AP_NavEKF3: add using_extnav_for_yaw 4 years ago
Randy Mackay 0edfd2634f AP_NavEKF3: rename using_external_yaw to using_noncompass_for_yaw 4 years ago
Randy Mackay d1f2acd813 AP_NavEKF3: rename varInnovOptFlow to flowVarInnov 4 years ago
Randy Mackay 85ade10e85 AP_NavEKF3: ofDataNew made local 4 years ago
Randy Mackay 11847cfcf5 AP_NavEKF3: always calculate optical flow innovations and variances 4 years ago
Randy Mackay 5779ebd177 AP_NavEKF3: remove unused Tbn_flow 4 years ago
Randy Mackay 2a2cde68ef AP_NavEKF3: skip GSF reset count check if source actively changed 4 years ago
Paul Riseborough 59d31cc7d5 AP_NavEKF3: Rework non-airspeed wind estimation 4 years ago
Paul Riseborough 5fa3ed5755 AP_NAvEKF3: use #define value for bad IMU hold time 4 years ago
Paul Riseborough e3bdbcd8ea AP_NavEKF3: Make bad IMU status more persistent 4 years ago
Paul Riseborough ccc95d8726 AP_NavEKF3: Add accessor function for vibration affected status 4 years ago
Paul Riseborough 62d70a628e AP_NavEKF3: Use large accel process noise when IMU data is bad 4 years ago
Peter Barker 795f412264 AP_NavEKF3: pass NavEKF failures back up to callers 4 years ago
Andrew Tridgell fc2118f42b AP_NavEKF3: process GPS yaw independently of GPS fix 4 years ago
Andrew Tridgell 6b73c2151a AP_NavEKF3: implement moving origin 4 years ago
Andrew Tridgell a8c6d742aa AP_NavEKF3: update earth field at 1Hz 4 years ago
Andrew Tridgell 885e518741 AP_NavEKF3: allow for double EKF build 4 years ago
Paul Riseborough 1281033931 AP_NavEKF3: Remove unused class variable rngBcnTimeout 4 years ago
Paul Riseborough de3c6d6e5c AP_NavEKF3: Fade each vert vel variance clip count over 1 second 4 years ago
Paul Riseborough b7aad13cc8 AP_NavEKF3: Protect against collapse of velocity and position variances 4 years ago
Josh Henderson 0ae3730f11 AP_NavEKF3: non_GPS modes ensure EKF origin set only once and stays in sync 4 years ago
Peter Barker dd3ab29b2f AP_NavEKF3: remove getFilterGpsStatus 4 years ago
Peter Barker c00f110f3d AP_NavEKF3: use DAL APIs for takeoff/touchdown expected 4 years ago
Peter Barker 15658362b5 AP_NavEKF3: make time-horizon OF data a local variable 4 years ago
Paul Riseborough b9abef37c3 AP_NavEKF3: Reset to GPS yaw if fusion times out when on ground. 4 years ago
Paul Riseborough 1018801522 AP_NavEKF3: White space and comment fixes 4 years ago
Paul Riseborough a07427fd30 AP_NavEKF3: Don't learn poorly observed IMU dvel bias states before flight 4 years ago
Peter Barker 4605870788 AP_NavEKF3: remove separate calls to get delta-times for vel and ang 4 years ago
Paul Riseborough 246b80dc06 AP_NavEKF3: Don't return a 0,0 lat,lng unless absolutely necessary 4 years ago
Paul Riseborough 3634a942a1 AP_NavEKF3: Fix bug causing unwanted use of default airspeed 4 years ago
Paul Riseborough 9a5a264aa0 AP_NavEKF3: Improve wind estimation without airspeed sensing 4 years ago
murata ae565aef1a AP_NavEKF3: Change misnomer (NFC) 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
Andy Piper 099d6aa72e AP_NavEKF3: add filter reset when vehicle is idle for too long 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
Randy Mackay 6850b48ea1 AP_NavEKF3: add comments for yaw sensor variables 4 years ago
Randy Mackay a2cca60beb AP_NavEKF3: constify EKFGSF_getYaw 4 years ago