610 Commits (8a6661eeebad08f9420be40b3fce111a994e7bbc)

Author SHA1 Message Date
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 914a8dca49 AP_NavEKF3: for loops use uint8_t instead of unsigned 4 years ago
Randy Mackay 5779ebd177 AP_NavEKF3: remove unused Tbn_flow 4 years ago
Randy Mackay f9fd63e01e AP_NavEKF3: remove unused optflow calcs 4 years ago
TunaLobster d6a5622fcb AP_NavEKF3: Remove @RebootRequired: False 4 years ago
Andrew Tridgell 5c86cc6828 AP_NavEKF3: added EK3_PRIMARY parameter 4 years ago
Pierre Kancir 8216905f47 AP_NavEKF3: remove unecessary assignements 4 years ago
Randy Mackay 2a2cde68ef AP_NavEKF3: skip GSF reset count check if source actively changed 4 years ago
Andrew Tridgell ff59e0f72f AP_NavEKF3: fixed output LLH to account for IMU offset 4 years ago
Randy Mackay 2f1444772b AP_NavEKF3: XKF3.IYAW logs in degrees 4 years ago
Randy Mackay d961186e0c AP_NavEKF3: remove unused EK3_GSF_DELAY param 4 years ago
Andrew Tridgell 8681ecebfd AP_NavEKF3: mark log messages as streaming 4 years ago
Peter Barker c34284b6eb AP_NavEKF3: stop using AHRS as conduit for Compass pointer 4 years ago
Paul Riseborough 17ead96250 AP_NavEKF3: Revert IMU and wind speed process noise parameter defaults 4 years ago
Paul Riseborough aa6ac4a874 AP_NavEKF3: retune wind process noise for better airspeed fault detection 4 years ago
Paul Riseborough 8fd1e98701 AP_NavEKF3: Fix bug preventing copter wind estimation at low speed 4 years ago
Paul Riseborough 0088b0f3fe AP_NavEKF3: Revert EK3_BETA_MASK parameter extension 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 7497590363 AP_NavEKF3: Increase lower state variance limit when vibration affected 4 years ago
Paul Riseborough 3e123c0a30 AP_NavEKF3: Use sensor variance when checking for bad IMU 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 ed61287410 AP_NavEKF3: Don't update accel bias states if vibration affected 4 years ago
Paul Riseborough 62d70a628e AP_NavEKF3: Use large accel process noise when IMU data is bad 4 years ago
Paul Riseborough 5eb7751682 AP_NavEKF3: Adjust gyro bias process noise tuning 4 years ago
Paul Riseborough 72dc998509 AP_NavEKF3: Allow smaller dvel bias state variances for improved tuning 4 years ago
Paul Riseborough 0f2661c31c AP_NavEKF3: Retune IMU process noise 4 years ago
Paul Riseborough 171eed5d85 AP_NavEKF3: Make gyro bias learning less noisy 4 years ago
Paul Riseborough ce4d13091a AP_NavEKF3: Fix bug preventing learning of XY IMU dvel bias in flight 4 years ago
Paul Riseborough 6242ce19fa AP_NavEKF3: Change powf(x,2) to sq(x) 4 years ago
Paul Riseborough bb9eed28a9 AP_NavEKF3: Update covariance prediction equations 4 years ago
Paul Riseborough 7b8e935880 AP_NavEKF3: Use alternate form for quaternion to rotmat equations in derivation 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 0b9cde5812 AP_NavEKF3: fixed indentation in readGpsData() 4 years ago
Peter Barker a4410a4b2e AP_NavEKF3: log EKF data source set in XKFS 4 years ago
Andrew Tridgell 6b73c2151a AP_NavEKF3: implement moving origin 4 years ago
Andrew Tridgell 98fb4fcbe7 AP_NavEKF3: convert code_gen.py to ftype 4 years ago
Andrew Tridgell 44f098c86d AP_NavEKF3: convert powF(xx,2) calls to sq(xx) 4 years ago
Andrew Tridgell ae8dbe36bb AP_NavEKF3: convert EKF3 derivation to ftype 4 years ago
Andrew Tridgell 5319e3910f AP_NavEKF3: moved checkUpdateEarthField to be called less often 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
Randy Mackay 4fde26aa01 AP_NavEKF3: EK3_RNG_USE_HGT param references EK3_SRCx_POSZ 4 years ago
Paul Riseborough 1281033931 AP_NavEKF3: Remove unused class variable rngBcnTimeout 4 years ago
Paul Riseborough 9d85a4292e AP_NavEKF3: Ensure postion timeout flag and timer is always reset 4 years ago
Paul Riseborough de3c6d6e5c AP_NavEKF3: Fade each vert vel variance clip count over 1 second 4 years ago