426 Commits (81469d66219cc08944d8ecb7b86020920170c0ae)
 

Author SHA1 Message Date
Paul Riseborough 7a74d58591 EKF: reduce initial accel bias uncertainty 9 years ago
Paul Riseborough a7d08d08fc EKF: Relax tilt alignment check 9 years ago
Paul Riseborough 5523a4f225 EKF: Fix IMU bias compensation scale error in output filter 9 years ago
Paul Riseborough fd109b00ab EKF: replace in-line code with existing function 9 years ago
Paul Riseborough 727a43764f EKF: update initial angle alignment check 9 years ago
Paul Riseborough bc34b14779 EKF: Initialise height state variance to a value compatible with the measurement 9 years ago
Paul Riseborough 29a361d3a3 EKF: Use intuitive units for gyro and accel bias process noise 9 years ago
Paul Riseborough 799865c934 EKF: update default tuning parameters 9 years ago
Paul Riseborough f01f4ae4b1 EKF: tidy up mag declination fusion 9 years ago
Paul Riseborough 0d31aad33a EKF: Fix bad limit on magnetometer noise parameter 9 years ago
Paul Riseborough 7069fb7a04 EKF: refresh auto code for mag fusion 9 years ago
Paul Riseborough ffea65e1a4 EKF: fix bug in state prediction 9 years ago
Paul Riseborough 63f093a10a EKF: Update upper limits for state variances 9 years ago
Paul Riseborough 26a51c667d EKF: Improve robustness to initial gyro bias errors 9 years ago
Paul Riseborough 7530e30012 EKF: Improve IMU data collection 9 years ago
Paul Riseborough f23f0b1035 EKF: fix bugs in stationary process model covariance prediction 9 years ago
Paul Riseborough a373ada858 EKF: explicitly define floating point type in hardcoded constants 9 years ago
Paul Riseborough a189c60d33 EKF: update code fragment text files 9 years ago
Paul Riseborough f4e84a2234 EKF: fix axis label error in comments 9 years ago
Paul Riseborough 57d3036ee7 EKF: update derivation files 9 years ago
Paul Riseborough 82da832816 EKF: tidy up Kalman gain calculations 9 years ago
Paul Riseborough 311d046a26 EKF: Enable optional activation of XY delta velocity bias estimation 9 years ago
Paul Riseborough 572c2280bd EKF: tidy up covariance prediction 9 years ago
Paul Riseborough 54e713969d EKF: Fix rebase error 9 years ago
Paul Riseborough 67d23948b5 EKF: preliminary re-tune 9 years ago
Paul Riseborough 03c35266ef EKF: remove unused parameter 9 years ago
Paul Riseborough fe9f88a8b4 EKF: test new derivation 9 years ago
Daniel Agar 22d18d638c enable Wshadow 9 years ago
Paul Riseborough c6775b5bf2 Merge pull request #118 from PX4/fix_member_init 9 years ago
Beat Küng f2dda3c183 ekf: initialize _terrain_var, fixes access to uninitialized value 9 years ago
Paul Riseborough 0a6d95c6c2 Merge pull request #116 from PX4/pr-covReset 9 years ago
Roman 0c77ebf6bd EKF: Reduce likelihood of bad covariance values after height resets 9 years ago
Paul Riseborough 6c57bea1c3 EKF: fix bug in IMU error application timing patch 9 years ago
Paul Riseborough 6ecbefd7e4 EKF: add matlab script to test complementary filter gains 9 years ago
Paul Riseborough 15df20831a EKF: improve output complementary filter tracking 9 years ago
Paul Riseborough 4fa1e9c651 EKF: Fix timing errors in state prediction 9 years ago
Paul Riseborough 4c9c102597 Merge pull request #115 from PX4/fix_isfinite_again 9 years ago
Julian Oes f8a48f9cc5 ekf: now it should even compile for NuttX 9 years ago
Julian Oes 12f4d6f703 ekf: another stab at fixing isfinite for all 9 years ago
Paul Riseborough 22ad87599c Merge pull request #112 from PX4/fix_ubuntu1604_2 9 years ago
Julian Oes 46e207106b ekf: use `std::isfinite` instead of `isnan` 9 years ago
Lorenz Meier 7b702ee37e Merge pull request #105 from georgehines/matlab-log-import 9 years ago
Lorenz Meier 7c7945961e Merge pull request #107 from dagar/l1_init 9 years ago
Daniel Agar fe5a337c99 l1 initialize everything 9 years ago
George Hines 9994aa7fdb fix a field name that I missed last time 9 years ago
Paul Riseborough 42635903cd Merge pull request #102 from priseborough/pr-ekf2HeightReset 9 years ago
Paul Riseborough 4fcbfb5d42 EKF: correct error in comment 9 years ago
Paul Riseborough 13814681d7 Merge pull request #104 from georgehines/matlab-log-import 9 years ago
Paul Riseborough 3e81b86280 EKF: improve height reset logic 9 years ago
Paul Riseborough 874558d194 EKF: improve detection of bad vert accel data 9 years ago