10 Commits (94fb390bda8e2e561c47b00d4af1bcc32ada191d)

Author SHA1 Message Date
priseborough e399f57ffa AP_NavEKF3: prevent NaN if RNGFND_GNDCLEAR is zero 8 years ago
priseborough 2e5ac40ef6 AP_NavEKF3: remove unnecessary stdio includes 8 years ago
priseborough 7e8f3fca53 AP_NavEKF3: Address review comments 8 years ago
priseborough b723966b8d AP_NavEKF2: Add protection against bad GPS time delay values 8 years ago
priseborough b862f0d7ad AP_NavEKF3: Enable use of GPS delay value from returned by the driver 8 years ago
priseborough a8fd1d8bcd AP_NavEKF3: fix potential time-stamping bug 8 years ago
priseborough 8d1733cee6 AP_NavEKF3: Use FIR filtered airspeed 8 years ago
priseborough ed5039823f AP_NavEKF3: Adapt sensor buffer lengths 8 years ago
priseborough 7c53573a0c AP_NavEKF3: Allow range beacon use with intermittent GPS 8 years ago
priseborough 39969e7d8e AP_NavEKF3: added EKF3 for EKF experimentation 8 years ago
Randy Mackay fc5f4c20cd AP_NavEKF2: remove redundant check of beacon nullptr 8 years ago
Randy Mackay 1f4606e48a AP_NavEKF2: protect against null beacon 8 years ago
priseborough ef03a85cd3 AP_NavEKF2: add range beacon interface and fusion method 8 years ago
Andrew Tridgell 82365f8670 AP_NavEKF2: save some memory in the position offsets in EKF2 8 years ago
priseborough b40016db62 AP_NavEKF2: Fix documentation errors 8 years ago
priseborough 8922861359 AP_NavEKF2: Correct optical flow data for sensor position offset 8 years ago
priseborough 064a106808 AP_NavEKF2: Get IMU accelerometer body position offset data 8 years ago
priseborough 397033b7c3 AP_NavEKF2: Add flow sensor body position offset to data buffer 8 years ago
priseborough 92c086b40e AP_NavEKF2: Add rangefinder body position offset to data buffer 8 years ago
priseborough 3148ad4623 AP_NavEKF2: Add GPS antenna position offset data to data buffer 8 years ago
priseborough fd905c23e1 AP_NavEKF2: Add body position offset to optical flow interface 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
priseborough 9779511425 AP_NavEKF2: Fix bug in median filter code 8 years ago
priseborough 5d09c78f34 AP_NavEKF2: Always perform optical flow takeoff check when receiving data 8 years ago
Randy Mackay 2ebb81b02f AP_NavEKF2: switching compass message to GCS downgraded to INFO 9 years ago
priseborough 8797714203 AP_NavEKF2: Fix bug in handling of invalid range finder data 9 years ago
priseborough e6f36f04db AP_NavEKF2: Enable automatic use of range finder height 9 years ago
Andrew Tridgell 567d5cdbe6 AP_NavEKF2: use mavlink messages not printf for state change notifications 9 years ago
priseborough bd7bf21475 AP_NavEKF2: Speed improve switch-over to backup magnetometer 9 years ago
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