15 Commits

Author SHA1 Message Date
Paul Riseborough
8a9d961f0d
EKF: Improve covariance prediction stability (#795)
* EKF: Improve covariance prediction stability

Eliminates collapse of vertical velocity state variance due to rounding errors that can occur under some operating conditions.

* EKF: Fix typo

* test: Fix initialisation test cases

Provide sufficient time for variances to stabilise and fix calculation of reference quaternion for alignment.

* test: Allow for accumulated rounding error in IMU sampling test

* test: Allow sufficient time for quaternion variances to reduce after initial alignment

* test: Increase allowance for tilt alignment delay and inertial nav errors

* test: Increase allowance for tilt alignment delay and inertial nav errors

* adpat reset velocity test

* test: update change indication file

* test: Adjust tests to handle alignment time and prediction errors

* README.md: Add documentation for change indicator test
2020-04-23 14:38:09 +02:00
kamilritz
2fe16c4ffe Update build instructions in readme 2020-01-24 09:03:48 +03:00
kamilritz
459b76f9fd Make covariance matrices of type matrix::SquareMatrix
and use functions from Matrix to reset covariances.
2020-01-02 19:26:57 +11:00
Hamish Willee
a27a43eafa Fix up link to EKF docs 2019-05-01 00:36:29 -05:00
Hamish Willee
8b4ae48c69 README: Fix link to EKF/ECL tuning guide 2019-03-18 10:21:10 -04:00
Daniel Agar
2c3a064942
README.md update Jenkins build status icon and url 2018-09-18 20:16:29 -04:00
Daniel Agar
ec0d907d5a update README build badge (travis-ci -> jenkins) 2018-01-05 02:39:02 -05:00
Lorenz Meier
dd9ea86fd6
Update README.md
Added link to tuning guide.
2018-01-04 08:50:34 +01:00
Lorenz Meier
394bfdc935 Update README.md
Fix prerequisites.
2016-10-08 11:00:52 +02:00
Lorenz Meier
74a77b45b2 Add DOI 2016-06-12 11:51:54 +02:00
Julian Oes
37b73c7d85 README: updated build instructions, prerequisites 2016-05-10 17:59:01 +02:00
Siddharth Bharat Purohit
237ecfef1a Add travis build check badge 2016-02-22 23:49:58 -08:00
Siddharth Bharat Purohit
64a7b14171 update readme to include steps to build EKF shared object 2016-02-17 17:46:48 -08:00
Lorenz Meier
e2e93ca100 Update README 2015-12-24 10:25:31 +01:00
Lorenz Meier
86fb72d3a3 Initial commit 2015-10-26 15:41:25 +01:00