Re: [Flightgear-devel] flight data playback

2010-12-08 Thread Erik Hofman
On Tue, 2010-12-07 at 15:49 -0800, Hal V. Engel wrote: I was asked to record some flight data that is to be used for an aeronautical engineering class. I used the instructions located here http://wiki.flightgear.org/index.php/Suggested_Prerecorded_Flights to do the recording and to test

[Flightgear-devel] problem linking SimGear-2.0.0 for Atlas build

2010-12-08 Thread dave perry
Hi, I just upgraded to fedora 14. FlightGear builds OK from yesterday's git with current svn osg and current simgear from git. Also fgrun builds OK. But I have not been able to build Atlas from yesterday's Atlas cvs. I get the following link error compiling SimGear-2.0.0 (from a tar) for

Re: [Flightgear-devel] FPE in yasim::Atmosphere::calcStdDensity

2010-12-08 Thread Roland Haeder
Hello Thorsten, I use the following call to start FGFS: -- fgfs --ai-scenario=vinson_demo --callsign=Quix0r --multiplay=out,10,mpserver08.flightgear.org,5000 --multiplay=in,10,,5002 --config=/home/quix0r/.fgfs/cockpit-view.xml --airport=EDDL

Re: [Flightgear-devel] flight data playback

2010-12-08 Thread Stuart Buchanan
On Wed, Dec 8, 2010 at 8:22 PM, Hal V. Engel wrote: Yes I want to record and playback the controls using the native FDM of the aircraft.  I do not care at all about the lat/lon/height of the plane.  I want to be able to feed my control inputs into the playback and have the FDM process this

Re: [Flightgear-devel] FPE in yasim::Atmosphere::calcStdDensity

2010-12-08 Thread Andy Ross
On 12/08/2010 02:14 PM, Roland Haeder wrote: And the temperature at EDDL can now really be at 0 deg. Celsius because of winter time. :) Just happened to see this come by. That function takes temperatures in kelvin. And the pressure (absolute also) was likewise passed in as zero. This is an

Re: [Flightgear-devel] FPE in yasim::Atmosphere::calcStdDensity

2010-12-08 Thread ThorstenB
On Wed, Dec 8, 2010 at 11:14 PM, Roland Haeder wrote: I use the following call to start FGFS: -- fgfs... ... --aircraft=aircrane --enable-fpe Thanks, that actually always reproduces it. And the temperature at EDDL can now really be at 0 deg. Celsius because of

Re: [Flightgear-devel] FPE in yasim::Atmosphere::calcStdDensity

2010-12-08 Thread Heiko Schulz
Hi, That's a configuration I copied from a different helicopter. Maybe helijah/Heiko can comment on the correct FDM settings for the aircrane. Not really, as I or helijah is not the author of the aircrane-fdm. But Maik Justus, the author of it, told me once ( and it is described in the

Re: [Flightgear-devel] FPE in yasim::Atmosphere::calcStdDensity

2010-12-08 Thread Roland Haeder
That function takes temperatures in kelvin. And the pressure (absolute also) was likewise passed in as zero. This is an initialization bug, those aren't numbers the physics can deal with. Okay, 0 Kelvin will usually not happen on this planet... :) Thanks, that actually always reproduces it.

Re: [Flightgear-devel] FPE in yasim::Atmosphere::calcStdDensity

2010-12-08 Thread ThorstenB
On Thu, Dec 9, 2010 at 1:12 AM, Heiko Schulz wrote: Not really, as I or helijah is not the author of the aircrane-fdm. Oh sorry, didn't want to credit the wrong person! :) (maybe a copypaste problem since you're credited in the readme). But Maik Justus, the author of it, told me once ( and it

Re: [Flightgear-devel] [Atlas-devel] problem linking SimGear-2.0.0 for Atlas build

2010-12-08 Thread Brian Schack
Dave == dave perry writes: Dave Hi, I just upgraded to fedora 14. FlightGear builds OK from Dave yesterday's git with current svn osg and current simgear from Dave git. Also fgrun builds OK. But I have not been able to build Dave Atlas from yesterday's Atlas cvs. I get the