42 Commits (00d3af6fc5afbc1d95da6bd6e3f2006e3bdf56be)

Author SHA1 Message Date
Randy Mackay e0023a99bc AP_NavEKF3: replace AP_HAL::millis() with dal.millis() 3 years ago
Randy Mackay 0c7ad9511f AP_NavEKF3: FuseOptFlow only calculates range and velocity once 3 years ago
Randy Mackay cfcdc1e78f AP_NavEKF3: optflow terrain reset after 5sec 3 years ago
Randy Mackay e16a64383f AP_NavEKF3: getOptFlowSample returns latest correct flow data for use in calibration 3 years ago
Randy Mackay cff3794d25 AP_NavEKF3: minor spelling fixes 3 years ago
Paul Riseborough c0d88e2673 AP_NavEKF3: Fix vertical velocity reset 3 years ago
Randy Mackay d1f2acd813 AP_NavEKF3: rename varInnovOptFlow to flowVarInnov 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 f9fd63e01e AP_NavEKF3: remove unused optflow calcs 4 years ago
Paul Riseborough ed61287410 AP_NavEKF3: Don't update accel bias states if vibration affected 4 years ago
Andrew Tridgell 885e518741 AP_NavEKF3: allow for double EKF build 4 years ago
Peter Barker 15658362b5 AP_NavEKF3: make time-horizon OF data a local variable 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
Randy Mackay 33b6212cce AP_NavEKF3: rename _sources to sources 4 years ago
Randy Mackay 6daaa06317 AP_NavEKF3: integrate AP_NavEKF_Source::useVelXYSource 4 years ago
Randy Mackay 8a56ce49be AP_NavEKF3: optical flow fusion checks source 4 years ago
Randy Mackay 8931e50166 AP_NavEKF3: integrate Source for alt 4 years ago
Andrew Tridgell f5275fd0ad AP_NavEKF3: fixed use of pointers in ringbuffers 4 years ago
Andrew Tridgell 096aab9388 AP_NavEKF3: convert to use AP_DAL for new replay structure 4 years ago
Randy Mackay c4b7a1c41a AP_NavEKF3: flowDataToFuse moved to local variable 5 years ago
Randy Mackay 41acf555bf AP_NavEKF3: fix skipping of optflow fusion if mag fusion performed 5 years ago
Peter Barker 6b701ae3b3 AP_NavEKF3: correct includes 5 years ago
Paul Riseborough 9aaa0cd2e0 AP_NavEKF3: Fix typo in comment 6 years ago
Paul Riseborough b7e0a2345c AP_NavEKF3: Fix indexing error 6 years ago
Paul Riseborough 0d3e1a7d23 AP_NavEKF3: flow use parameter improvements 6 years ago
Paul Riseborough 35c82ef67f AP_NavEKF3: Improve optical flow height estimation 6 years ago
Paul Riseborough b848e231c7 AP_NavEKF3: Add parameter to control how optical flow data is used 6 years ago
Arjun Vinod f382a657bd AP_NavEKF3: fixed typos 6 years ago
Tom Pittenger 55377b234f AP_NavEKF3: remove HAL_CPU_CLASS_150 check, 150 is already a minimum requirement 6 years ago
Peter Barker 93e09c51d3 AP_NavEKF3: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
priseborough 9d0fa09d39 AP_NavEKF3: Fix calculation of predicted LOS rate in terrain estimator 8 years ago
priseborough 06d40a7901 AP_NavEKF3: Fix terrain estimator innovation consistency check 8 years ago
priseborough 284fc0f3c5 AP_NavEKF3: Fix bug in flow fusion for terrain estimation 8 years ago
priseborough a1c117360c AP_NavEKF3: Ensure Kalman gain calculatons respect deactivated states 8 years ago
priseborough 1301b9797a AP_NavEKF3: Fix solution validity reporting bug 8 years ago
priseborough fb7104f4e3 AP_NavEKF3: add fusion method for body frame odometry data 8 years ago
priseborough 8250fe4943 AP_NavEKF3: fix documentation derivation references 8 years ago
priseborough 2e5ac40ef6 AP_NavEKF3: remove unnecessary stdio includes 8 years ago
priseborough ed5039823f AP_NavEKF3: Adapt sensor buffer lengths 8 years ago
priseborough 39969e7d8e AP_NavEKF3: added EKF3 for EKF experimentation 8 years ago
Andrew Tridgell 82365f8670 AP_NavEKF2: save some memory in the position offsets in EKF2 8 years ago
priseborough 9a0ce1d5eb AP_NavEKF2: Don't correct flow sensor for zero position offset 8 years ago
priseborough 8922861359 AP_NavEKF2: Correct optical flow data for sensor position offset 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
priseborough a75a383ef2 AP_NavEKF2: Update protection for out of focus flow data 8 years ago
priseborough f9018fcc1b AP_NavEKF2: Enable simultaneous optical flow and GPS use 8 years ago
priseborough e6f36f04db AP_NavEKF2: Enable automatic use of range finder height 9 years ago
priseborough 9a23152ee4 AP_NavEKF2: Fix bugs and consolidate aiding switch logic 9 years ago