1
0
Fork 0
fgdata/Aircraft/c172r-yasim-set.xml
david 377029d492 Factored out some common configuration in the C172R config files.
Retrimmed the JSBSim 172R to use more rudder and less aileron,
improving coordination in cruise.
2002-11-16 19:10:54 +00:00

43 lines
879 B
XML

<?xml version="1.0"?>
<!--
************************************************************************
YASim Cessna 172R with 2D panel.
Started October 23 2001 by John Check, fgpanels@rockfish.net
************************************************************************
-->
<PropertyList include="c172r-yasim-base.xml">
<sim>
<description>Cessna 172R (YASim, 2D panel)</description>
<!-- set up 2D panel -->
<panel>
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
<visibility archive="y">true</visibility>
</panel>
<panel_2>
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
</panel_2>
<!-- Look down a bit over the top of the panel -->
<view>
<config>
<default-pitch-deg>-8</default-pitch-deg>
</config>
</view>
<current-view>
<pitch-offset-deg>-8</pitch-offset-deg>
</current-view>
</sim>
</PropertyList>