fix TECS logging

This commit is contained in:
Roman
2016-02-04 23:06:27 +01:00
committed by Lorenz Meier
parent 15e7b19991
commit fdc0ef00b3
+1 -1
View File
@@ -621,7 +621,7 @@ void TECS::update_pitch_throttle(const math::Matrix<3,3> &rotMat, float pitch, f
_tecs_state.total_energy_error = _STE_error;
_tecs_state.energy_distribution_error = _SEB_error;
_tecs_state.total_energy_rate_error = _STEdot_error;
_tecs_state.energy_distribution_error = _SEBdot_error;
_tecs_state.energy_distribution_rate_error = _SEBdot_error;
_tecs_state.energy_error_integ = _integ6_state;
_tecs_state.energy_distribution_error_integ = _integ7_state;