initialise output height with baro

This commit is contained in:
Roman
2016-01-08 06:48:48 +01:00
parent a41f75ffb1
commit 2af5856361
+1
View File
@@ -189,6 +189,7 @@ bool Ekf::initialiseFilter(void)
}
_state.pos(2) = -baro_init.hgt;
_output_new.pos(2) = -baro_init.hgt;
initialiseCovariance();