954 Commits (75d1ed894c3c8a2ece2c6af1d27c5dfd015bfe09)
 

Author SHA1 Message Date
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
Paul Riseborough 469a7d1711 EKF: rework height reset 9 years ago
Paul Riseborough e3365525c2 EKF: rework height reset logic 9 years ago
Paul Riseborough 421703c267 EKF: rework initialisation of height state and offsets 9 years ago
Paul Riseborough a7417657c3 EKF: ensure fusion timeout counters are reset when required 9 years ago
Paul Riseborough 10bf05e9a6 EKF: publish the vertical position offset 9 years ago
Paul Riseborough 0de15b1b20 EKF: Add variables to monitor vertical position and height offset 9 years ago
Paul Riseborough 62c6d40f1f EKF: Add methods to ring buffer to access specific indices 9 years ago
George Hines 59df1a3552 rename log GUI consistent with its assumptions 9 years ago
George Hines 62bdcf3e9b supports APM dataflash logs 9 years ago
Paul Riseborough b295f9050c EKF: ensure GPS check status is correctly initialised 9 years ago
Lorenz Meier 9487eac505 Merge pull request #98 from priseborough/pr-ekf2StatusReporting 9 years ago
Roman Bapst 6344fa0e8c limit maximum rates of all measurement at which they are stored into the buffers 9 years ago
Roman Bapst 00c8821006 disable airspeed fusion for now. Needs more testing and implementation of side slip fusion 9 years ago
Paul Riseborough 2fa8a11a29 EKF: replace unnecessary memcopy 9 years ago
Roman Bapst 99fc61c27c ekf2 airspeed fusion: 9 years ago
Paul Riseborough 82920da232 EKF: strengthen checking of local position status 9 years ago
Paul Riseborough 31bf342fc1 EKF: publish GPS check status 9 years ago
Paul Riseborough 6fa13c7806 EKF: publish control mode status 9 years ago
Roman Bapst 60abf07bee added function to return accelerometer bias 9 years ago
Roman Bapst f32303de69 added function to return accelerometer bias 9 years ago
Lorenz Meier 3455931617 EKF init: Fix initialization statement 9 years ago
Lorenz Meier e1ce948768 Merge pull request #97 from dagar/cmake_update 9 years ago