Hi!

Two patches today:

1) fix source property for mach display
2) added 6 structure contact points, no more falling through the
ground hopefully ;) (I just made up some spring coefficients)

Any comments?

Greets,
Csaba
Index: Instruments/T38-airspeed.xml
===================================================================
RCS file: 
/var/cvs/FlightGear-0.9/data/Aircraft/T38/Instruments/T38-airspeed.xml,v
retrieving revision 1.1
diff -u -b -w -r1.1 T38-airspeed.xml
--- Instruments/T38-airspeed.xml        16 May 2003 13:50:19 -0000      1.1
+++ Instruments/T38-airspeed.xml        2 Apr 2007 02:07:12 -0000
@@ -135,7 +135,7 @@
     <chunks>
      <chunk>
       <type>number-value</type>
-      <property>/fdm/jsbsim/velocities/mach-norm[0]</property>
+      <property>/velocities/mach</property>
       <min>0.40</min>
       <format>%3.2f</format>
      </chunk>
Index: T38.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/T38/T38.xml,v
retrieving revision 1.15
diff -u -b -w -r1.15 T38.xml
--- T38.xml     5 Mar 2007 18:27:44 -0000       1.15
+++ T38.xml     2 Apr 2007 02:07:11 -0000
@@ -119,6 +119,72 @@
             <brake_group> RIGHT </brake_group>
             <retractable>1</retractable>
         </contact>
+       <contact type="STRUCTURE" name="NOSE">
+           <location unit="IN">
+               <x> -22 </x>
+               <y> 0 </y>
+               <z> -4 </z>
+           </location>
+           <static_friction>  0.80 </static_friction>
+           <dynamic_friction> 0.50 </dynamic_friction>
+           <spring_coeff unit="LBS/FT">      50000.00 </spring_coeff>
+           <damping_coeff unit="LBS/FT/SEC"> 10000.00 </damping_coeff>
+       </contact>
+       <contact type="STRUCTURE" name="LEFT_WINGTIP">
+           <location unit="IN">
+               <x> 330 </x>
+               <y> -157 </y>
+               <z> 0 </z>
+           </location>
+           <static_friction>  0.80 </static_friction>
+           <dynamic_friction> 0.50 </dynamic_friction>
+           <spring_coeff unit="LBS/FT">      50000.00 </spring_coeff>
+           <damping_coeff unit="LBS/FT/SEC"> 10000.00 </damping_coeff>
+       </contact>
+       <contact type="STRUCTURE" name="RIGHT_WINGTIP">
+           <location unit="IN">
+               <x> 330 </x>
+               <y> 157 </y>
+               <z> 0 </z>
+           </location>
+           <static_friction>  0.80 </static_friction>
+           <dynamic_friction> 0.50 </dynamic_friction>
+           <spring_coeff unit="LBS/FT">      50000.00 </spring_coeff>
+           <damping_coeff unit="LBS/FT/SEC"> 10000.00 </damping_coeff>
+       </contact>
+       <contact type="STRUCTURE" name="CANOPY">
+           <location unit="IN">
+               <x> 178 </x>
+               <y> 0 </y>
+               <z> 54 </z>
+           </location>
+           <static_friction>  0.80 </static_friction>
+           <dynamic_friction> 0.50 </dynamic_friction>
+           <spring_coeff unit="LBS/FT">      50000.00 </spring_coeff>
+           <damping_coeff unit="LBS/FT/SEC"> 10000.00 </damping_coeff>
+       </contact>
+       <contact type="STRUCTURE" name="VSTAB">
+           <location unit="IN">
+               <x> 450 </x>
+               <y> 0 </y>
+               <z> 114 </z>
+           </location>
+           <static_friction>  0.80 </static_friction>
+           <dynamic_friction> 0.50 </dynamic_friction>
+           <spring_coeff unit="LBS/FT">      50000.00 </spring_coeff>
+           <damping_coeff unit="LBS/FT/SEC"> 10000.00 </damping_coeff>
+       </contact>
+       <contact type="STRUCTURE" name="ENGINES">
+           <location unit="IN">
+               <x> 525 </x>
+               <y> 0 </y>
+               <z> 5 </z>
+           </location>
+           <static_friction>  0.80 </static_friction>
+           <dynamic_friction> 0.50 </dynamic_friction>
+           <spring_coeff unit="LBS/FT">      50000.00 </spring_coeff>
+           <damping_coeff unit="LBS/FT/SEC"> 10000.00 </damping_coeff>
+       </contact>
     </ground_reactions>
     <propulsion>
         <engine file="J85-GE-5">
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to