enable estimator state and innovations data logging

This commit is contained in:
Roman
2016-01-12 07:30:53 +01:00
committed by Roman Bapst
parent 86df68e404
commit 8d0022ab1e
6 changed files with 446 additions and 164 deletions
+7 -1
View File
@@ -50,7 +50,13 @@ Ekf::Ekf():
_fuse_hor_vel(false),
_fuse_vert_vel(false),
_mag_fuse_index(0),
_time_last_fake_gps(0)
_time_last_fake_gps(0),
_vel_pos_innov{},
_mag_innov{},
_heading_innov{},
_vel_pos_innov_var{},
_mag_innov_var{},
_heading_innov_var{}
{
_earth_rate_NED.setZero();
_R_prev = matrix::Dcm<float>();