[Flightgear-devel] Inserting Disturbances

2004-07-19 Thread sonny hammaker
How do I insert a disturbance through a command line call. I'd like to test my adaptive autopilot, and its robustness, by inserting some wind/disturbance at a specified time. Should this be done through the command line? thanks ___

Re: [Flightgear-devel] Inserting Disturbances

2004-07-19 Thread David Culp
How do I insert a disturbance through a command line call. I'd like to test my adaptive autopilot, and its robustness, by inserting some wind/disturbance at a specified time. Should this be done through the command line? thanks You can open up a dialog using menu items: Weather |

[Flightgear-devel] Inserting Disturbances

2004-07-19 Thread sonny hammaker
how about through a command line? ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Inserting Disturbances

2004-07-19 Thread Boris Koenig
sonny hammaker wrote: how about through a command line? start fgfs with the telnet daemon, that way it should be possible to easily access most of its internal properties via a simple telnet client - so you could then easily: cd environment/turbulence at set the corresponding values there.

Re: [Flightgear-devel] Inserting Disturbances

2004-07-19 Thread Frederic Bouvier
sonny hammaker wrote: how about through a command line? --turbulence=value --wind=wind-desc-with-gust --random-wind see fgfs --help --verbose -Fred ___ Flightgear-devel mailing list [EMAIL PROTECTED]

Re: [Flightgear-devel] Inserting Disturbances

2004-07-19 Thread Boris Koenig
Frederic Bouvier wrote: sonny hammaker wrote: how about through a command line? --turbulence=value --wind=wind-desc-with-gust --random-wind see fgfs --help --verbose but these aren't meant for runtime control of the environment, are they ? Or is there some kind of IPC between running

Re: [Flightgear-devel] Inserting Disturbances

2004-07-19 Thread Curtis L. Olson
Boris Koenig wrote: Frederic Bouvier wrote: sonny hammaker wrote: how about through a command line? --turbulence=value --wind=wind-desc-with-gust --random-wind see fgfs --help --verbose but these aren't meant for runtime control of the environment, are they ? Or is there some kind of IPC