At 3/8/02, you wrote:
>I noticed that the UIUC planes are buried under the runway
>at startup. Is anybody else seeing this? Console output looks like
>this:
>FGLaRCsim::set_Altitude: 1.14496
>(*) Current Altitude = -1.87 < -1.85 forcing to 1.15
>FGLaRCsim::set_Altitude: 1.14503
>(*) Current Altitude = -2.09 < -1.85 forcing to 1.15
>FGLaRCsim::set_Altitude: 1.14519
>
>Any Ideas?
>John


If your problem pertains to the offsets (which are almost always needed), 
you need to use the <offset> tags.  Here's an example that's working for me 
w/ fgfs 0.7.9:

Aircraft2> less wrightFlyer1903/Models/03Flyer/wrightFlyer1903-03Flyer.xml
<?xml version="1.0"?>

<PropertyList>

  <path>03Flyer.mdl</path>

  <offsets>
   <z-m>-.27</z-m>
   <x-m>-.6</x-m>
   <pitch-deg>0</pitch-deg>
  </offsets>


</PropertyList>

And this file is referenced from here:

Aircraft2> less wrightFlyer1903-nl-v1-uiuc-set.xml
<?xml version="1.0"?>

<PropertyList>

  <sim>
   <flight-model>larcsim</flight-model>
   <aero>uiuc</aero>
   <aircraft-dir>Aircraft-uiuc2/wrightFlyer1903-nl-v1</aircraft-dir>

   <sound>
    <audible>true</audible>
    <path>Aircraft/c172/c172-sound.xml</path>
   </sound>

   <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>

   <model>
    <path>Aircraft2/wrightFlyer1903/Models/03Flyer/wrightFlyer1903-03Flyer.xml</path>
   </model>

  </sim>
</PropertyList>


As you probably know, most of the older uiuc files had no gear values 
set.  Reasonable gear values are now posted here:
http://amber.aae.uiuc.edu/~m-selig/apasim/Aircraft-uiuc.html

Hope that helps.

>_______________________________________________
>Flightgear-devel mailing list
>[EMAIL PROTECTED]
>http://mail.flightgear.org/mailman/listinfo/flightgear-devel



**************************************************
  Prof. Michael S. Selig
  Dept. of Aero/Astro Engineering
  University of Illinois at Urbana-Champaign
  306 Talbot Laboratory
  104 South Wright Street
  Urbana, IL 61801-2935
  (217) 244-5757 (o), (509) 691-1373 (fax)
  mailto:[EMAIL PROTECTED]
  http://www.uiuc.edu/ph/www/m-selig
  http://www.uiuc.edu/ph/www/m-selig/faq.html (FAQ)
**************************************************


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to