> Which FDM should I use? I'm thinking YASim but I'm not sure.

Try running FlightGear with this script:

#!/bin/bash

cmdline="
--fg-root=/home/dave/FlightGear/data
--aircraft=paraglider-jsbsim
--airport-id=KSFO
--in-air
--notrim
--altitude=1000
--heading=280
--uBody=10
--wBody=8
--geometry=1024x768
--visibility-miles=10.0
--disable-sound
--disable-clouds
--disable-hud
--start-date-gmt=2003:01:20:16:00:00
"

/home/dave/bin/fgfs $cmdline
exit 0


Just remember to change the paths of course.
I have no experience in paragliders, so this model was just a guess.


Dave
-- 
****************************
David Culp
davidculp2[at]comcast.net
****************************

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

Reply via email to