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

fix(a380x): invert THS animation direction #8939

Merged
merged 4 commits into from
Oct 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(a380x): invert THS animation direction
  • Loading branch information
lukecologne committed Sep 22, 2024
commit c09f1a0708470873578beff3390dfe86bcca77dc
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,14 @@
<ANIM_NAME_LEFT>l_slat_percent_key</ANIM_NAME_LEFT>
<ANIM_NAME_RIGHT>r_slat_percent_key</ANIM_NAME_RIGHT>
</UseTemplate>
<UseTemplate Name="ASOBO_HANDLING_Elevator_Template">
<TRIM_ONLY>True</TRIM_ONLY>
<ANIM_NAME_TRIM>trimtab_elevator_key</ANIM_NAME_TRIM>
</UseTemplate>

<!-- THS -->
<Component ID="THS">
<UseTemplate Name="FBW_Control_Surface_Template">
<ANIM_NAME>trimtab_elevator_key</ANIM_NAME>
<DEFLECTION_CODE>(A:ELEVATOR TRIM PCT, percent over 100) -1 *</DEFLECTION_CODE>
</UseTemplate>
</Component>

<!-- Ailerons left -->
<Component ID="AILERONS_LEFT">
Expand Down