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

Cockpit flight controls react to trim settings #1474

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
6 changes: 3 additions & 3 deletions c172p.xml
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@
<time>0.30</time>
</setting>
</traverse>
<output>/sim/model/c172p/cockpit/yoke-elevator</output>
</kinematic>

<summer name="Pitch Trim Sum">
Expand All @@ -769,6 +768,7 @@
<min>-1</min>
<max>1</max>
</clipto>
<output>/sim/model/c172p/cockpit/yoke-elevator</output>
</summer>

<aerosurface_scale name="Elevator Control">
Expand Down Expand Up @@ -808,7 +808,6 @@
<time>0.15</time>
</setting>
</traverse>
<output>/sim/model/c172p/cockpit/yoke-aileron</output>
</kinematic>

<summer name="Roll Trim Sum">
Expand All @@ -818,6 +817,7 @@
<min>-1</min>
<max>1</max>
</clipto>
<output>/sim/model/c172p/cockpit/yoke-aileron</output>
</summer>

<aerosurface_scale name="Left Aileron Control">
Expand Down Expand Up @@ -880,7 +880,6 @@
<time>0.15</time>
</setting>
</traverse>
<output>/sim/model/c172p/cockpit/pedals-rudder</output>
</kinematic>

<summer name="Yaw Trim Sum">
Expand All @@ -891,6 +890,7 @@
<min>-1</min>
<max>1</max>
</clipto>
<output>/sim/model/c172p/cockpit/pedals-rudder</output>
</summer>

<aerosurface_scale name="Rudder Control">
Expand Down