-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: direct to with anticipated turn (#7114)
* fix: wrong simvar * feat: direct to with anticipated turn * fix: use orthdromic path for DF legs * fix: lint * opt(fmgc): delete unused tmpy Saves recomputing it's geometry all the time.. and also potantially more robust * fix(fmgc): correct active waypoint index * fix(fmgc): null transition if no course * fix(fmgc): keep dynamic ppos updating explicit And only on TMPY... so our active FP T-P doesn't start moving when we create a TMPY * fix(fmgc): waypoint not in plan issue The existing code was baroque here... setting discontinuity flags on a raw facility doesn't work... Also save refetching the facility (getFacilityRaw is slooow) * fix(fmgc): use correct leg index for tmpy geometry * fix(fmgc): use current bank for active df trans * refactor(fmgc): direct to * fix: ensure DIR-TO trigger is always working * fix(fmgc): dir to Co-authored-by: Andreas Guther <[email protected]>
- Loading branch information
Showing
14 changed files
with
371 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.