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
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
This was observed on the develop branch running with --simtype machcoll.
I generated sector and scenario files using the latest aviarydevelop branch (using the example commands in the README.md). In the scenario, aviary correctly truncates the routes to remove fixes that have already been passed (based on the start location), but the consequence is that the routes in the scenario no longer exactly match the sequences of fixes in the predefined routes in the sector file. This causes an unhandled exception at line 197 of bluebird/sim_proxy/proxy_aircraft_controls.py. The two routes in the scenario visit the following sequences of fixes:
GATES, ABYSS, HAUNT, LIMBO – which is route BLASPHEMER minus the first fix (SIN)
HAUNT, ABYSS, GATES, SIN – which is route PURGATORY minus the first fix (LIMBO)