mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 02:20:35 +08:00
navigator: don't reset the finished flag, this fixes the strange problem where it toggles between MISSION and RTL
This commit is contained in:
@@ -632,7 +632,6 @@ Navigator::publish_mission_result()
|
||||
}
|
||||
/* reset reached bool */
|
||||
_mission_result.reached = false;
|
||||
_mission_result.finished = false;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user