It was pointed out to me on IRC that the B1900d cannot be flown with the
keyboard.

Some investigation on my part shows:
- Keyboard.xml calls controls.incElevator()
- incElevator only allows the elevators to move
if /autopilot/locks/altitude  is zero.
- The b1900d uses the autopilot in passive (flightdirector) mode, thus
setting /autopilot/locks/altitude to "pitch-hold"
- similar problem exists for the ailerons and throttle.


It looks like the checks needs to look for /autopilot/locks/passive-mode
and free the controls if its true.

Looking for someone to suggest some good code :)

Ron







-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to