mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 11:17:36 +08:00
fw pos ctrl: remove vtol condition from manual takeoff completion
This commit is contained in:
committed by
Daniel Agar
parent
a12e40b1d8
commit
ec02413387
@@ -738,8 +738,7 @@ FixedwingPositionControl::updateManualTakeoffStatus()
|
||||
const bool at_controllable_airspeed = _airspeed > _param_fw_airspd_min.get()
|
||||
|| !_airspeed_valid;
|
||||
_completed_manual_takeoff = !_landed
|
||||
&& at_controllable_airspeed
|
||||
&& !_vehicle_status.is_vtol;
|
||||
&& at_controllable_airspeed;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user