Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of Changes
This PR adjusts the W/B of the A380. Mainly, it was discovered that the reference datum to model coordinate system conversion was incorrect, resulting in MSFS z-coordinates that were significantly (in order of a few meters) incorrect. This PR now fixes many measurements with the new conversion.
Changes:
Also, this PR fixes many of the A380 rust module W/B parameters, such as fuel tank, cargo stations and empty CG position, that were never updated. It also updates the LEMAC and L/G positions according to the changes made.
What was not changed are the actual cargo station positions in the flight model cfg (the rust module values were simply updated to match the old cfg values), since it is not clear to me if they need to be updated with the new offset, or if they are visually placed according to the 3D model, which would mean the values were correct already. Thus I have left them as they were.
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.