On Feb 3, 2008, at 12:48 AM, William Bolton wrote:
> 
> > Hi guys,
> >
> > Just a matter of interest, if you have a look in the 'chase' mode
> > and you move the controls to adjust the ailerons, to the left or
> > right both go up or both go down. This is the c172r (snip...)

On Sun, 2008-02-03 at 01:25 +0900, Tatsuhiro Nishioka wrote:
> Hi, 
> 
> I think it's a c172r specific problem. Actually it doesn't happen on c172p 
> nor many other aircraft.
> I guess it's simply under development.
> 
> Tat
> 

The attached patch to Aircraft/c172r/Models/c172-dpm.xml should fix the
problem.  Could someone take a look and commit to CVS please?

Thanks
Ron


Index: Models/c172-dpm.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/c172r/Models/c172-dpm.xml,v
retrieving revision 1.1
diff -u -r1.1 c172-dpm.xml
--- Models/c172-dpm.xml	19 Feb 2005 10:44:17 -0000	1.1
+++ Models/c172-dpm.xml	2 Feb 2008 17:06:52 -0000
@@ -271,7 +271,7 @@
   <interpolation>
    <entry>
     <ind>-1.0</ind>
-    <dep>15</dep>
+    <dep>-20</dep>
    </entry>
    <entry>
     <ind>0.0</ind>
@@ -279,7 +279,7 @@
    </entry>
    <entry>
     <ind>1.0</ind>
-    <dep>-20</dep>
+    <dep>15</dep>
    </entry>
   </interpolation>
   <center>
@@ -288,9 +288,9 @@
    <z-m>0.40</z-m>
   </center>
   <axis>
-   <x>-0.15</x>
-   <y>-1.00</y>
-   <z>0.03</z>
+   <x>0.15</x>
+   <y>1.00</y>
+   <z>-0.03</z>
   </axis>
  </animation>
 
@@ -318,9 +318,9 @@
    <z-m>0.40</z-m>
   </center>
   <axis>
-   <x>-0.15</x>
-   <y>1.00</y>
-   <z>0.03</z>
+   <x>0.15</x>
+   <y>-1.00</y>
+   <z>-0.03</z>
   </axis>
  </animation>
 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to