mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
only run FW posctl in FW mode and ramp up desired airspeed for tecs after transition
This commit is contained in:
committed by
Lorenz Meier
parent
59a571d22f
commit
0ccf0ce747
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user