Version: 1.37.4.0
Frequency: Consistently
Severity: High
Context: Using FlightPlanManager
to retrieve and monitor flight plan data.
Bug description: Modifying the flight plan from the aircraft avionics mixes up the order of waypoints in .getWaypoints()
, breaks .getActiveWaypointIndex() and connecting functions. The same issue occurs when getting the FP from Coherent.call("GET_FLIGHTPLAN")
directly.
Repro steps:
- Load a flight with departure, route and arrival
- Monitor the waypoints in a
FlightPlanManager
- Modify the flight plan in the avionics
- Check waypoints again
Attachments: