1
0
Fork 0
fgdata/Aircraft/c172p-3d-jsbsim-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

40 lines
928 B
XML

<?xml version="1.0"?>
<!--
************************************************************************
JSBSim Cessna 172P with 3D cockpit.
Started October 23 2001 by John Check, fgpanels@rockfish.net
************************************************************************
-->
<PropertyList include="c172p-jsbsim-base.xml">
<sim>
<description>Cessna 172P (JSBSim, 3D cockpit)</description>
<!-- hide the 2D panel -->
<panel>
<visibility archive="y">false</visibility>
</panel>
<!-- position the pilot viewpoint and angle -->
<view>
<internal archive="y">true</internal>
<config>
<x-offset-m archive="y">-0.18</x-offset-m>
<y-offset-m archive="y">0.30</y-offset-m>
<z-offset-m archive="y">0.4</z-offset-m>
<default-pitch-deg>-12</default-pitch-deg>
</config>
</view>
<current-view>
<pitch-offset-deg>-12</pitch-offset-deg>
</current-view>
</sim>
</PropertyList>