mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
commander: Allow manual override in stabilized mode for a fixed-wing.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user