1
0
Fork 0
fgdata/Aircraft/c172-larcsim-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

34 lines
857 B
XML

<?xml version="1.0"?>
<!--
************************************************************************
LaRCsim Cessna 172 with 2D panel.
used by FGFS to represent the C172. Components include the flight data
model, instrument panel, and external 3D model.
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
October 23 2001 John Check, fgpanels@rockfish.net
************************************************************************
-->
<PropertyList include="c172p-base.xml">
<sim>
<description>Cessna 172 (LaRCsim, 2D panel).</description>
<flight-model>larcsim</flight-model>
<aero>c172</aero>
<panel>
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
<visibility>true</visibility>
</panel>
<panel_2>
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
</panel_2>
</sim>
</PropertyList>