Currently the navigator adjusts waypoints for drift when it receives the /exec_cmd message. This makes it impossible to check the waypoint update before starting the mission. Instead, have a separate message triggering the waypoint update, so that we can look at the waypoints before proceeding. This also allows avoiding waypoint update entirely, if desired.
Currently the navigator adjusts waypoints for drift when it receives the /exec_cmd message. This makes it impossible to check the waypoint update before starting the mission. Instead, have a separate message triggering the waypoint update, so that we can look at the waypoints before proceeding. This also allows avoiding waypoint update entirely, if desired.