61 Commits (e34cdc6666c4ff8d65959d4aba5c231da2550838)

Author SHA1 Message Date
priseborough e2b8807260 AP_NavEKF2: Fix bug causing switching in and out of aiding 9 years ago
priseborough 9a23152ee4 AP_NavEKF2: Fix bugs and consolidate aiding switch logic 9 years ago
priseborough 10470b2dc1 AP_NavEKF2: fix bug in initialisation of declination co-variances 9 years ago
priseborough 55dee347e0 AP_NavEKF2: Fix bug in averaged filter delta time 9 years ago
priseborough 191c34612d AP_NavEKF2: Fix bug in use of corrected IMU data 9 years ago
Paul Riseborough fe06606193 AP_NavEKF2: Ensure corrected IMU data used by EKF 9 years ago
Jonathan Challinger bd8c804ab5 AP_NavEKF2: correct comments 9 years ago
Jonathan Challinger 2f709dfe86 AP_NavEKF2: improve inertial prediction 9 years ago
Jonathan Challinger 99f481e098 AP_NavEKF2: always calcGpsGoodForFlight 9 years ago
Paul Riseborough d2694fe5dc AP_NavEKF2: Remove duplicate transition into GPS aiding 9 years ago
Paul Riseborough 6be9eaa524 AP_NavEKF2: use receiver estimated accuracy 9 years ago
Andrew Tridgell 4080c6091d AP_NavEKF2: fixed an assumption that _ahrs->get_compass() always works 9 years ago
Andrew Tridgell 223c512188 AP_NavEKF2: added logging of sensor data in EKF2 9 years ago
Andrew Tridgell f92279f436 AP_NavEKF2: allow logging of IMT data from inside EKF2 9 years ago
Andrew Tridgell ac60901b0c AP_NavEKF2: use vector comparison for new mag vector 9 years ago
Jonathan Challinger 1185cd1be7 AP_NavEKF2: move getMagOffsets into outputs 9 years ago
Jonathan Challinger acfaafe276 AP_NavEKF2: detect changes to magnetometer offset parameters and reset states 9 years ago
Andrew Tridgell acb4885989 AP_NavEKF2: use get_delta_angle_dt() API 9 years ago
Paul Riseborough 287ebe8e6a AP_NavEKF2: Fix bug in application of sensor bias corrections 9 years ago
Andrew Tridgell 23cef70846 AP_NavEKF2: use get_loop_delta_t() from INS 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Paul Riseborough ddb7d92fc8 AP_NavEKF2: Fix timing jitter in airspeed fusion 9 years ago
Siddharth Purohit and Paul Riseborough 3014eb4001 AP_NavEKF2: Rework measurement buffer refactor 9 years ago
Siddharth Bharat Purohit b3c8dcee34 AP_NavEKF2: measurement buffer refactor 9 years ago
Caio Marcelo de Oliveira Filho 8d882b06dd AP_NavEKF2: use millis/micros/panic functions 9 years ago
Paul Riseborough 04228e0b3b AP_NavEKF2: Rework selection of height measurements for fusion 9 years ago
Paul Riseborough 4c72a14e22 AP_NavEKF2: Add function to LPF and spike filter baro data 9 years ago
Paul Riseborough 34311bedfa AP_NavEKF2: Add data buffers for range finder data 9 years ago
Andrew Tridgell 99da195e37 AP_NavEKF2: make IMU buffer length depend on main loop rate 9 years ago
Paul Riseborough 9b82b2200c AP_NavEKF2: Fix plane in-flight yaw reset 9 years ago
Paul Riseborough 577670ccee AP_NavEKF2: Reduce memory required by 6KB when running at 400Hz 9 years ago
Paul Riseborough 3d8e74df26 AP_NavEKF2: Don't switch magnetometers when on the ground or just started 9 years ago
Paul Riseborough 3099d94e78 AP_NavEKF2: Retrieve correct time-stamp for active compass 9 years ago
Paul Riseborough 7294c8004b AP_NavEKF2: Enable use of backup magnetometers after a timeout 9 years ago
Paul Riseborough afeadfca51 AP_NavEKF2: Don't attempt to compensate for external mag calibration 9 years ago
Paul Riseborough f08a4af751 AP_NavEKF2: Remove redundant if statement 9 years ago
Paul Riseborough a8983d075f AP_NavEKF2: Enable clean entry into GPS aiding in-flight 9 years ago
Paul Riseborough 2340e18fdc AP_NavEKF2: Offset the fusion time horizon between multiple instances 9 years ago
Paul Riseborough d48454ee2d AP_NavEKF2: Use nominated IMU unless unavailable 9 years ago
Andrew Tridgell 2ab2afc86a AP_NavEKF2: added EK2_IMU_MASK for multiple IMUs 9 years ago
Paul Riseborough b15bf3243e AP_NavEKF2: Remove potential for division by zero 9 years ago
Paul Riseborough f539b597a3 AP_NavEKF2: Improve initialisation of magnetic field learning 9 years ago
Paul Riseborough b459d937ad AP_NavEKF2: Clean up GPS fusion timeout logic and comments 9 years ago
Paul Riseborough 0b1a6a2157 AP_NavEKF2: Clean up GPS timeout logic 9 years ago
Paul Riseborough 74da4d8e57 AP_NavEKF2: Remove GPS glitch offset logic 9 years ago
Paul Riseborough b08817554e AP_NavEKF2: Ensure consistent position and velocity fusion rates when not using GPS 9 years ago
Paul Riseborough 1c347e8859 AP_NavEKF: Prevent high measurement data rates from overflowing buffers 9 years ago
Paul Riseborough d1a090dda8 AP_NavEKF: Fix bug fetching data from measurement buffers 9 years ago
Paul Riseborough e6312d91ce AP_NavEKF2: Correct variable name 9 years ago
Paul Riseborough 4640673cb1 AP_NavEKF2: Fix bug causing incorrect fusion timing 9 years ago