Browse Source

only run FW posctl in FW mode and ramp up desired airspeed for tecs after transition

sbg
Andreas Antener 9 years ago committed by Lorenz Meier
parent
commit
0ccf0ce747
  1. 3
      src/lib/external_lgpl/tecs/tecs.h

3
src/lib/external_lgpl/tecs/tecs.h

@ -153,9 +153,6 @@ public: @@ -153,9 +153,6 @@ 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,

Loading…
Cancel
Save