i noticed that on the f16 the speedbrakes have no effect at all and i
managed to track it down to the fact that the various coefficients use
fcs/mag-speedbrake-pos-rad on input which never gets set anywhere (so
it is always 0).

digging through the cvs logs i found that in version 1.17 of f16.xml
the output of fcs/speedbrake-cmd-norm used to be fcs/speedbrake-pos-rad
and it was set to 1.05 (which would translate roughly to 60 degrees).
so i tried applying this patch:

--- f16.xml     18 Jul 2008 14:41:41 -0000      1.50
+++ f16.xml     31 Jul 2008 20:22:09 -0000
@@ -572,6 +572,12 @@
                 <output>fcs/speedbrake-pos-norm</output>
             </kinematic>
 
+           <pure_gain name="Speedbrake Deflection">
+               <input>fcs/speedbrake-pos-norm</input>
+               <gain>60.</gain>
+               <output>fcs/speedbrake-pos-deg</output>
+           </pure_gain>
+
         </channel>
 
         <channel name="Landing Gear">

now the various coefficients change when i activate the speedbrake but
there is still no noticeable effect on the plane.

does anybody have any ideas how to fix the speedbrakes?

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |

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