Skip to content
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

Implementing approximate F-14 AoA on speed handling #10

Merged
merged 3 commits into from
Jul 10, 2023

Conversation

jleslie
Copy link
Contributor

@jleslie jleslie commented Jul 8, 2023

This implements aircraft specific AoA color handling for the F-14. It is likely not perfect, but as close as I could get using the AoA Units from the Heatblur Manual and converting to degrees using the formula degrees=((units/1.0989) - 3.01) based on math found here: https://forum.dcs.world/topic/228893-aoa-units-to-degrees-conversion/#:~:text=Which%20makes%20around%201%20unit%3D1%2C67%20degrees.

Through testing it has shown to be fairly accurate, and at the very least gives more info than using the hornet data.

Copy link
Collaborator

@rkusa rkusa left a comment

Choose a reason for hiding this comment

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

Thanks! 👍

@rkusa rkusa merged commit 4e86d3c into DCS-gRPC:main Jul 10, 2023
1 check passed
@jleslie
Copy link
Contributor Author

jleslie commented Jul 10, 2023

Anything else you need from me to get that compiled into a release?

@rkusa
Copy link
Collaborator

rkusa commented Jul 11, 2023

I'll make a release probably later today. Thanks again for jumping in and improving the LSO for the F14 for everyone.

@rkusa
Copy link
Collaborator

rkusa commented Jul 11, 2023

Released as https://github.com/DCS-gRPC/lso/releases/tag/0.1.1

@jleslie
Copy link
Contributor Author

jleslie commented Jul 12, 2023

Not a problem! Happy to help with all the awesome work you've done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants