Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(fms): implement dir to with radial in/out #9761

Draft
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

BlueberryKing
Copy link
Member

@BlueberryKing BlueberryKing commented Jan 15, 2025

Fixes #[issue_no]

Summary of Changes

Work in progress.

Screenshots (if necessary)

References

Additional context

Discord username (if different from GitHub):

Testing instructions

How to download the PR for QA

Every new commit to this PR will cause new A32NX and A380X artifacts to be created, built, and uploaded.

  1. Make sure you are signed in to GitHub
  2. Click on the Checks tab on the PR
  3. On the left side, find and click on the PR Build tab
  4. Click on either flybywire-aircraft-a320-neo, flybywire-aircraft-a380-842 (4K) or flybywire-aircraft-a380-842 (8K) download link at the bottom of the page

@BlueberryKing BlueberryKing marked this pull request as draft January 15, 2025 18:47
@BlueberryKing BlueberryKing force-pushed the feat-dir-to-radial-in branch 2 times, most recently from 5be8ee7 to 15edb55 Compare February 8, 2025 21:54
directToObject = {
flightPlanLegIndex: directToObject.flightPlanLegIndex,
nonFlightPlanFix: directToObject.nonFlightPlanFix,
courseOut: course % 360,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use MathUtils.normalise360 for a robust implementation of this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: 🟡 Code Review: Ready for Review
Development

Successfully merging this pull request may close these issues.

3 participants