Skip to content
Snippets Groups Projects
Commit f49c061a authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

navigator fix mission_result increment and sign mismatch

parent b1a3475e
No related branches found
No related tags found
No related merge requests found
......@@ -1128,10 +1128,6 @@ Navigator::publish_mission_result()
_mission_result_pub = orb_advertise(ORB_ID(mission_result), &_mission_result);
}
// Don't reset current waypoint because it won't be updated e.g. if not in mission mode
// however, the current is still valid and therefore helpful for ground stations.
//_mission_result.seq_current = 0;
/* reset some of the flags */
_mission_result.item_do_jump_changed = false;
_mission_result.item_changed_index = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment