Skip to content

Commit

Permalink
Fixes c172p-team#1471 - cockpit flight controls not reacting to trim …
Browse files Browse the repository at this point in the history
…settings

Fixes c172p-team#1471 - cockpit flight controls not reacting to trim settings
  • Loading branch information
Murmur79 authored Nov 27, 2023
1 parent eefa953 commit 0e7d2bd
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 0e7d2bd

Please sign in to comment.