* Justin Smithies -- Sunday 26 March 2006 23:56:
> How do i also make the flaps and rudder very sluggish ( Not very responsive ( 
> Heavy ))

Oh, and the rudder ...

There's no controls wrapper for the rudder. The joysticks change
/controls/flight/rudder directly. So you just make the FDM not listen
to this property, but to another, let's say /controls/flight/rudder-fdm.
And then you write a function that reads from /controls/flight/rudder
and writes it to .../rudder-fdm with some added sluggishness. You could
do that with a simple EWMA lowpass filter, whose coefficient changes with
voltage.

m.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to