Re: [Flightgear-devel] control an aircraft from a file

2009-04-16 Thread francesco
John Waget ha scritto: > thanks for the quick reply, they are really helpful. > > About the telnet connection method, I don't know how to send the > positions to fg. > Can someone explain it to me? > Look at the new wiki page: http://wiki.flightgear.org/index.php/Telnet_usage from there you can se

Re: [Flightgear-devel] control an aircraft from a file

2009-04-15 Thread John Waget
thanks for the quick reply, they are really helpful. About the telnet connection method, I don't know how to send the positions to fg. Can someone explain it to me? John -- Stay on top of everything new and different, bot

Re: [Flightgear-devel] control an aircraft from a file

2009-04-14 Thread Jon S. Berndt
l.com] Sent: Monday, April 13, 2009 11:28 PM To: FlightGear developers discussions Subject: Re: [Flightgear-devel] control an aircraft from a file John I am no expert but depending on what you what to do, one easy option is to use an existing io format. FG is rich in the interfacing department an

Re: [Flightgear-devel] control an aircraft from a file

2009-04-14 Thread Brisa Francesco
John Waget ha scritto: > hello, > > need helps for this: > Instead of controlling an aircraft through keyboard, yoke or pedals, I > want to provide the control commands from a file or program. What > should I do? > the best way I think is to use the flightgear telnet connection and create a script

Re: [Flightgear-devel] control an aircraft from a file

2009-04-13 Thread Harry Campigli
John I am no expert but depending on what you what to do, one easy option is to use an existing io format. FG is rich in the interfacing department and the property tree arrangement makes hooking in most contols possible and easy. FG has an option to replay from file you could investigate, another