-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using STAR command to change aircraft's assigned STAR throws errors #730
Comments
Hey, I left that breadcrumb. The second argument that is getting passed to Thanks for the use cases! |
actually, let me ask you, what is supposed to happen with those two commands What happens (or what is supposed to happen) to any previous Legs/Waypoints? What happens with this new route and where does it go within the existing group of Legs/Waypoints. |
The
The
|
The ATC repository is being migrated to it's new home at https://github.com/openscope/openscope, Please note that the vast majority of these issues have been copied to the new repository, or else are covered by other issues created there. See the below screenshot for what it looks like when your issue is known in the new repo: Thank you! Closing this issue. |
Reproducible by taking any aircraft on a star and assigning them a new one with
star entryPoint.starName
. Note that using the reroute function does not seem to have the same problem:rr entryPoint.starName.airportICAO
.For example, at KSFO:
star QUINN.BDEGA2
(no good, intended use)star QUINN.BDEGA2.KSFO
(no good, not intended use)rr QUINN.BDEGA2.KSFO
(works)rr YOSEM.YOSEM3.KSFO
THENstar QUINN.BDEGA2
(works)There seem to be problems with initializing the properties of the waypoints under certain conditions. For example, running the last example will "work", but the aircraft will have
null
as its assigned altitude and speed, which causes an unscheduled descent and other issues.The text was updated successfully, but these errors were encountered: