mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 04:10:35 +08:00
navigator: avoid climbing up for LOITER after RTL
This commit is contained in:
@@ -1575,6 +1575,7 @@ Navigator::on_mission_item_reached()
|
||||
dispatch(EVENT_LAND_REQUESTED);
|
||||
|
||||
} else {
|
||||
_reset_loiter_pos = false;
|
||||
dispatch(EVENT_LOITER_REQUESTED);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user