1
0
Fork 0
fgdata/Aircraft/c172-610x-set.xml
david 50513d7558 Factored out some common configuration in the C172P and misc. C172
config files.

Retrimmed the JSBSim 172P to use more rudder and less aileron,
improving coordination in cruise.
2002-11-16 20:31:48 +00:00

32 lines
855 B
XML

<?xml version="1.0"?>
<!--
************************************************************************
FDM-independent Cessna 172 with full-screen, high-res panel.
Started October 23 2001 by John Check, fgpanels@rockfish.net
************************************************************************
-->
<PropertyList include="c172-base.xml">
<sim>
<description>Cessna 172 with a full screen, hi-res panel</description>
<!-- We want to be able to specify the flight model independently -->
<!-- <flight-model archive="y">jsb</flight-model> -->
<!-- <aero archive="y">c172</aero> -->
<panel>
<path>Aircraft/c172/Panels/c172-610x-panel.xml</path>
<visibility archive="y">true</visibility>
<flip-x>false</flip-x>
</panel>
<model>
<path archive="y">Aircraft/c172/Models/c172-dpm.xml</path>
</model>
</sim>
</PropertyList>