50513d7558
config files. Retrimmed the JSBSim 172P to use more rudder and less aileron, improving coordination in cruise.
29 lines
713 B
XML
29 lines
713 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
JSBSim textbed Cessna 172 with 2D panel.
|
|
|
|
Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList include="c172r-base.xml">
|
|
|
|
<sim>
|
|
|
|
<description>Cessna 172 flight dynamics testbed</description>
|
|
|
|
<flight-model archive="y">jsb</flight-model>
|
|
<aero archive="y">c172x</aero>
|
|
|
|
<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>
|
|
|
|
</sim>
|
|
|
|
</PropertyList>
|