- do not run TECS for VTO which are in rotary wing mode
- reinitialise TECS the first time we start using it again
This commit is contained in:
Roman
2016-02-02 11:51:55 +01:00
committed by Lorenz Meier
parent fe89bee02a
commit 59a571d22f
+3
View File
@@ -153,6 +153,9 @@ public:
return _spdWeight;
}
// this will force TECS to reinitialize all states
void reinitialize_states() {_states_initalized = false;}
enum ECL_TECS_MODE {
ECL_TECS_MODE_NORMAL = 0,
ECL_TECS_MODE_UNDERSPEED,