-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(ADIRS): computerized ADIRS simulation #10454
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
base: master
Are you sure you want to change the base?
feat(ADIRS): computerized ADIRS simulation #10454
Conversation
| bus.body_yaw_rate.set(r, ssm); | ||
|
|
||
| // Calculate attitude rates, by applying the inverse body coordinate transformation matrix. | ||
| bus.track_angle_rate.set( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't this be the yaw/heading angle rate, considering it is based on body rates?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's correct. In the previous IR, this was actually called heading rate, but this does apparently not exist in the IR bus, only track angle rate. Currently I only renamed it without changing the calculation behind it
a51f7a2 to
180282c
Compare
6639835
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work man
5cb23d9 to
fb0197b
Compare
e670d02 to
33ac747
Compare
6af9a75 to
a7dcd66
Compare
Summary of Changes
This PR fully reworks the ADIRS.
ADIRS Mode Selector Unit (MSU) and ADIRU Interface:
ADIRU simulation:
For the A380 the MFP, SSP and ISP, and for the A320 the ADMs, their powersupply and the analog inputs for AOA and TAT are not simulated yet.
However, the power simulation already increases the accuracy of various other failures, mainly those which include effects on the electrical network.
Note: this is currently based on the GPWS PR #10388, since it includes some general changes to the logic nodes and A429 classes that are used here.
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.