mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
commander: Allow manual override in stabilized mode for a fixed-wing.
This commit is contained in:
parent
715b571dac
commit
1aebc69fed
@ -3877,8 +3877,6 @@ set_control_mode()
|
||||
control_mode.flag_control_velocity_enabled = false;
|
||||
control_mode.flag_control_acceleration_enabled = false;
|
||||
control_mode.flag_control_termination_enabled = false;
|
||||
/* override is not ok in stabilized mode */
|
||||
control_mode.flag_external_manual_override_ok = false;
|
||||
break;
|
||||
|
||||
case vehicle_status_s::NAVIGATION_STATE_RATTITUDE:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user