OK, JSBSim now supports retractable gear. I have built flightgear with it and it works. Note that if the gear are not fully down, they essentially don't exist as far as JSBSim is concerned.
I put some kludge code in to JSBSim.cxx to force the gear down before doing a ground trim. It looks like what ever controls the default value of FGControls::get_gear_down() (which may well be FGControls itself) defaults it to gear up which is a problem for the c310. Also, for any model which uses retractable gear, some thought needs to be given to fuselage/wing/nacelle/prop etc. contact points if the gear are up. (They need to be added to the config file) It was necessary to change the config files again, so make sure you update *all* the config files in your base tree, not just the c310. -- Tony Peden [EMAIL PROTECTED] We all know Linux is great ... it does infinite loops in 5 seconds. -- attributed to Linus Torvalds _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
