Re: [Flightgear-devel] [PATCH] ssg/ssgLoadSGI.cxx: treat grayscale with alpha layer correctly

2004-03-14 Thread Wolfram Kuss
Thank you! Committed. Bye bye, Wolfram. ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] 3D model mini howto

2004-03-14 Thread Wolfram Kuss
I says It usually takes a bit of experimentation to get the model positioned correctly. It might be a good idea to add that PPE has a custom function to postion aircraft on runways. Things like 90 deg rotation because the axis are different in the model than fgfs still have to be done manually

[Flightgear-devel] Getting the Autopilot to Work

2004-03-14 Thread Innis Cunningham
Hi Guys I am trying to make the autopilot work in A/C like the 172 and 310 but when I activate the autopilot Sw's nothing happens in fact I can have all Sw's activated at once.So how do I get the autopilot to work.This is the latest CVS build. Also to Lee how do you operate the autopilot on th

[Flightgear-devel] Rutan's Spaceship One

2004-03-14 Thread Nick
Good morning, The Scaled Composites website reports that Spaceship One made another flight on Mar 11 (Thursday), but I can't find any further details reported anywhere else I looked. Has anyone else seen any more about it? Here's the report in its entirety from

Re: [Flightgear-devel] Getting the Autopilot to Work

2004-03-14 Thread Lee Elliott
On Sunday 14 March 2004 12:19, Innis Cunningham wrote: Hi Guys I am trying to make the autopilot work in A/C like the 172 and 310 but when I activate the autopilot Sw's nothing happens in fact I can have all Sw's activated at once.So how do I get the autopilot to work.This is the latest CVS

Re: [Flightgear-devel] Getting the Autopilot to Work

2004-03-14 Thread Roy Vegard Ovesen
On Sun, 14 Mar 2004 20:19:21 +0800, Innis Cunningham [EMAIL PROTECTED] wrote: Hi Guys I am trying to make the autopilot work in A/C like the 172 and 310 but when I activate the autopilot Sw's nothing happens in fact I can have all Sw's activated at once.So how do I get the autopilot to work.This

[Flightgear-devel] Problem compiling latest jsbsim

2004-03-14 Thread Frederic Bouvier
Hi, I have problems compiling today's JSBsim with MSVC. I had to patch the sources like this : Index: FGColumnVector3.h === RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/FDM/JSBSim/FGColumnVector3.h,v retrieving revision 1.6 diff

[Flightgear-devel] xml autopilot

2004-03-14 Thread David Culp
Has anybody completed an autopilot config using the new xmlauto that he considers finished? Dave -- David Culp davidculp2[at]comcast.net ___ Flightgear-devel mailing list [EMAIL PROTECTED]

RE: [Flightgear-devel] xml autopilot

2004-03-14 Thread Jon Berndt
?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Culp Sent: Sunday, March 14, 2004 5:36 PM To: flightgear-devel Subject: [Flightgear-devel] xml autopilot Has anybody completed an autopilot config using the new xmlauto that he considers

Re: [Flightgear-devel] xml autopilot

2004-03-14 Thread Jim Wilson
David Culp said: Has anybody completed an autopilot config using the new xmlauto that he considers finished? My focus was on the ils operation with the 747 as I knew that would be the most difficult. That's done but there are some patches to the code waiting to get committed that are

Re: [Flightgear-devel] xml autopilot

2004-03-14 Thread David Culp
Has anybody completed an autopilot config using the new xmlauto that he considers finished? My focus was on the ils operation with the 747 as I knew that would be the most difficult. That's done but there are some patches to the code waiting to get committed that are required. The

[Flightgear-devel] nasal question

2004-03-14 Thread David Culp
I want the 737's heading bug to be set to the aircraft's current magnetic heading at startup. I put a nasal script in 737-jsbsim-set.xml like this: nasal SetHeadingBug script setprop(/autopilot/settings/heading-bug-deg, getprop(/orientation/heading-magnetic-deg)); /script

Re: [Flightgear-devel] nasal question

2004-03-14 Thread Andy Ross
David Culp wrote: The problem is that the script is executed while the aircraft's heading is still zero, prior to it being oriented with the runway. Is there a way to have the script execute only after the aircraft is aligned with the runway? As an immediate hack, you can set it up to run

[Flightgear-devel] python - usable / presentable ?

2004-03-14 Thread Curtis L. Olson
Alex Perry alex.perry at ieee.org writes: I haven't heard much talk about the python class wrapper for FGFS's telnet remote access to the property tree. The scripting directory in CVS appears to have been untouched for the last couple of years. Is it still a stable bit of code whose capabilities

Re: [Flightgear-devel] xml autopilot

2004-03-14 Thread Lee Elliott
On Sunday 14 March 2004 23:35, David Culp wrote: Has anybody completed an autopilot config using the new xmlauto that he considers finished? Dave Functional, but not finished. Transitions between modes can be too abrupt, and I'm still getting some inconsistent behaviour as well, especially

Re: [Flightgear-devel] nasal question

2004-03-14 Thread David Culp
settimer(func { setprop(SRCPROP, getprop(DSTPROP)) }, DELAY); Thanks Andy, six seconds works well for me, which seems like a lot. I wonder how much variation there is among users. It would be nice if we had a standard nasal script, init-complete.nas, that is called after everything else

Re: [Flightgear-devel] xml autopilot

2004-03-14 Thread Curtis L. Olson
David Culp wrote: Has anybody completed an autopilot config using the new xmlauto that he considers finished? The default configuration works pretty well for the C172. I've also set up some different modes like bank hold and modified some of the pitch hold modes to manipulate the yoke rather