TECS: Updated throttle control for airspeed sensorless vehicles. It includes the P gain controller instead of feedforward only. I term is still disabled.

This commit is contained in:
Konrad 2022-11-08 11:28:57 +01:00 committed by Silvan Fuhrer
parent 77539d4dac
commit 08c36612b3

View File

@ -504,10 +504,6 @@ void TECSControl::_updateThrottleSetpoint(float dt, const SpecificEnergy &se, co
// Add the integrator feedback during closed loop operation with an airspeed sensor
throttle_setpoint += _throttle_integ_state;
} else {
// when flying without an airspeed sensor, use the predicted throttle only
throttle_setpoint = throttle_predicted;
}
// ramp in max throttle setting with underspeediness value