hi all

we did a scenario that use the carrier type to make an arresting cable with a flols working, at LFRJ airport (Landivisiau, France), but if we check the "turn to wind button" the cable and the flols are moving, considered like a normal carrier. Is there a way to make it fix relative to the ground, or the only way is to never use turn to wind?
i join the scenario file (LFRJ_wires_demo.xml)

Concerning the flols, last two red lights (the lowests) taking part of the wave off are not in the right place, compared to the flols model, as you can see here:

http://wiki.flightgear.org/images/thumb/9/9d/Carrier5.jpg/800px-Carrier5.jpg

here's a patch to synch them, that seems to be an inversion between y and z axis,here's the result:

http://fr.flightgear.tuxfamily.org/lib/exe/fetch.php?cache=cache&w=900&h=670&media=school:move:porte-avion:flols:waveoff-nimitz.jpg

have a nice landing on Nimitz....

jano




<?xml version="1.0"?>

<PropertyList>
    <scenario>
      <description>
        Arrestor Cables for training of landing in a aircraft carrier.

        park-1 is a parking position for Heavy Military Aicraft
        park-2 is a parking position for Military Jet
        <!-- park-3 is for a civilian aircraft /-->
      </description>
      <entry>
        <type>carrier</type>
        <name>LFRJ-bak26-1</name>
	<model>AI/Airports/LFRJ/BAK26+flols.xml</model>
        <TACAN-channel-ID>098Y</TACAN-channel-ID>
	<wire>line</wire>
	<latitude>48.53306323</latitude>
	<longitude>-4.137254038</longitude>
	<altitude>335.4462275</altitude>
	<heading>253.32</heading>
	<flols-pos>
		<x-offset-m>25</x-offset-m>
		<y-offset-m>-30</y-offset-m>
		<z-offset-m>1.8</z-offset-m> -->
        </flols-pos>
	
	<max-lat>0</max-lat>
	<min-lat>0</min-lat>
	<max-long>0</max-long>
        <min-long>0</min-long>
     </entry>
     <entry>
	      <type>carrier</type>
	      <name>LFRJ-bak08-1</name>
	      <model>AI/Airports/LFRJ/BAK08+flols.xml</model>
	      <TACAN-channel-ID>098Y</TACAN-channel-ID>
	      <wire>line</wire>
	      <latitude>48.52714689</latitude>
	      <longitude>-4.166412234</longitude>
	      <altitude>334.8964534</altitude>
	      <heading>73.32</heading>
	      
	      <flols-pos>
		      <x-offset-m>25</x-offset-m>
		      <y-offset-m>-30</y-offset-m>
		      <z-offset-m>1.5</z-offset-m>
	      </flols-pos>
	      <parking-pos>
		      <name>park-1</name>
		      <heading-offset-deg>10</heading-offset-deg>
		      <x-offset-m>365</x-offset-m>
		      <y-offset-m>610</y-offset-m>
		      <z-offset-m>-2</z-offset-m>
	      </parking-pos>
	      <!-- Military Jets /-->
	      <parking-pos>
		      <name>park-2</name>
		      <heading-offset-deg>190</heading-offset-deg>
		      <x-offset-m>252</x-offset-m>
		      <y-offset-m>600</y-offset-m>
		      <z-offset-m>0</z-offset-m>
	      </parking-pos>
	      <!-- Civilian Aircrafts /-->
	      <!-- <parking-pos>
		      <name>park-3</name>
		      <heading-offset-deg>0</heading-offset-deg>
		      <x-offset-m>200</x-offset-m>
		      <y-offset-m>-600</y-offset-m>
		      <z-offset-m>0</z-offset-m>
	      </parking-pos> /-->
	      <max-lat>0</max-lat>
	      <min-lat>0</min-lat>
	      <max-long>0</max-long>
              <min-long>0</min-long>
      </entry>
    </scenario>
  </PropertyList>
<!--
    <latitude-deg type="double">48.53306323</latitude-deg>
    <longitude-deg type="double">-4.137254038</longitude-deg>
      <elevation-ft type="double">335.4462275</elevation-ft>
    
    -->
Index: Models/Geometry/Nimitz/Models/flols.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Models/Geometry/Nimitz/Models/flols.xml,v
retrieving revision 1.6
diff -u -r1.6 flols.xml
--- Models/Geometry/Nimitz/Models/flols.xml	21 Apr 2008 08:23:20 -0000	1.6
+++ Models/Geometry/Nimitz/Models/flols.xml	29 Jul 2008 18:33:25 -0000
@@ -289,8 +289,8 @@
 		<path>Models/Geometry/Nimitz/Models/wave-off.xml</path>
 		<offsets>
 			<x-m>0.1</x-m>
-			<y-m>0.77</y-m>
-			<z-m>-1.18</z-m>
+			<y-m>1.18</y-m>
+			<z-m>-0.77</z-m>
 		</offsets>
 	</model>
 	<model>
@@ -298,8 +298,8 @@
 		<path>Models/Geometry/Nimitz/Models/wave-off.xml</path>
 		<offsets>
 			<x-m>0.1</x-m>
-			<y-m>-0.77</y-m>
-			<z-m>-1.18</z-m>
+			<y-m>-1.18</y-m>
+			<z-m>-0.77</z-m>
 		</offsets>
 	</model>
 	<animation>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to