You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an aircraft passes their last waypoint in the route, vnav, lnav and vnavspeed are set to False, but old waypoint remains the active waypoint.
Therefore, when adding a waypoint after the last waypoint in the route has been passed, lnav switches back on, but will try to navigate to the last waypoint in the route before the addition of the new waypoint. I'm not sure if this is intended, tried incrementing self.route[i].iactwp by 1 but did not function as expected.
The text was updated successfully, but these errors were encountered:
edit: only happens to aircraft that have not been assigned a destination. If destination is given aircraft behaves as expected and will directly route to newly assigned waypoint.
When an aircraft passes their last waypoint in the route, vnav, lnav and vnavspeed are set to False, but old waypoint remains the active waypoint.
Therefore, when adding a waypoint after the last waypoint in the route has been passed, lnav switches back on, but will try to navigate to the last waypoint in the route before the addition of the new waypoint. I'm not sure if this is intended, tried incrementing self.route[i].iactwp by 1 but did not function as expected.
The text was updated successfully, but these errors were encountered: