mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 21:14:07 +08:00
Allow throttle updates below 10%
This commit is contained in:
parent
f2e425b75b
commit
3002852bfa
@ -1326,7 +1326,7 @@ FixedwingPositionControl::control_position(const math::Vector<2> ¤t_positi
|
||||
float mission_throttle = _parameters.throttle_cruise;
|
||||
|
||||
if (PX4_ISFINITE(_pos_sp_triplet.current.cruising_throttle) &&
|
||||
_pos_sp_triplet.current.cruising_throttle > 0.1f) {
|
||||
_pos_sp_triplet.current.cruising_throttle > 0.01f) {
|
||||
mission_throttle = _pos_sp_triplet.current.cruising_throttle;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user