navigator: avoid climbing up for LOITER after RTL

This commit is contained in:
Anton Babushkin 2014-02-02 22:06:40 +01:00
parent 3d21a73ddf
commit 8de35025b5
1 changed files with 1 additions and 0 deletions

View File

@ -1575,6 +1575,7 @@ Navigator::on_mission_item_reached()
dispatch(EVENT_LAND_REQUESTED);
} else {
_reset_loiter_pos = false;
dispatch(EVENT_LOITER_REQUESTED);
}