mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 12:20:35 +08:00
run l1 during transition
This commit is contained in:
@@ -1578,8 +1578,9 @@ FixedwingPositionControl::Run()
|
||||
|
||||
// only publish status in full FW mode
|
||||
if (_vehicle_status.vehicle_type == vehicle_status_s::VEHICLE_TYPE_FIXED_WING
|
||||
&& !_vehicle_status.in_transition_mode) {
|
||||
|| _vehicle_status.in_transition_mode) {
|
||||
status_publish();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user