TECS: removed unused parameter

Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
RomanBapst
2020-10-26 09:10:15 +03:00
committed by Roman Bapst
parent 5c4c2c240c
commit 987c320825
-2
View File
@@ -346,8 +346,6 @@ private:
float get_SKE_weighting(); float get_SKE_weighting();
float _param_filt_speed_deriv{0.95f};
AlphaFilter<float> _STE_rate_error_filter; AlphaFilter<float> _STE_rate_error_filter;
AlphaFilter<float> _TAS_rate_filter; AlphaFilter<float> _TAS_rate_filter;