mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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:
parent
77539d4dac
commit
08c36612b3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user