Curtis L. Olson wrote:
 > Andy, just gave this a quick try and my first comment is that the
 > ailerons appear to be rigged backwards.  Haven't really made it very
 > far in the air yet. :-)

Gr.... I thought I'd been so careful to make sure I worked with the
defaults.  Ugh, sorry.  My joystick driver reports negated values, and
I think it's calibrated counter to the "normal" orientation.

But this is really easy to fix:

Find the control mapping for ailerons, and remove the invert bit.
That is, in the <wing> tag in the aircraft XML files, change:

  <control axis="/controls/aileron" output="FLAP1" invert="true" 
split="true"/>
 
to:

  <control axis="/controls/aileron" output="FLAP1" split="true"/>

I'll make sure I get my joystick setup sanitized before the next
release.  I've got the propeller stuff (mostly) worked out, so the
cessna will be able to climb, the FG{Eng|Gear}Interface stuff is
hooked up for engine and ground sound, and I'm putting a Cessna 310
together, since it's currently en vogue.

Andy

-- 
Andrew J. Ross                NextBus Information Systems
Senior Software Engineer      Emeryville, CA
[EMAIL PROTECTED]              http://www.nextbus.com
"Men go crazy in conflagrations.  They only get better one by one."
 - Sting (misquoted)



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to