[Flightgear-devel] Access flight data with an external application in realtime.

2009-10-31 Thread Ørjan Pettersen
Hello! I was planning on using FG as a UAV test platform. The idea was to have a demo flight with takeoff and landing on about 10 minutes. And during that flight I would gather flight data with an external program. Data like GPS position, airspeed, height and so on. Is there an easy way to acc

Re: [Flightgear-devel] ZKV500 GPS instrument; (New?) GPS code bug

2009-10-31 Thread Sébastien MARQUE
ok, it was to be sure you follow the movement ;) here are the patch for route management. sorry for the inconvenience, I've been a bit hurry to release the first patch. Turnpoint is managed using "OBS mode", the route is still managed by zkv500's Nasal, only "obs" mode is available (see http:

[Flightgear-devel] PATCH: terrasync/subversion checks fixed

2009-10-31 Thread Jari Häkkinen
Hi again, Another patch, this time targeting the check of subversion library support. The current checks in configure.ac are useless, the attached patch detects subversion appropriately if it is intalled. Can someone review it and commit to the flightgear source CVS. Cheers, Jari Index: co

[Flightgear-devel] PATCH Suggested configure.ac changes/improvements affecting mac users

2009-10-31 Thread Jari Häkkinen
I have made changes (improvements?) to the configure script. I have attached a patch file for configure.ac with changes targeting issues with building flightgear on my mac. The changes will only impact mac users. Changes made: 1) Fixed mixup in AC_ARG_WITH between osg and plib. 2) Added check f

Re: [Flightgear-devel] New Sound system committed

2009-10-31 Thread Erik Hofman
Arnt Karlsen wrote: > On Sat, 31 Oct 2009 09:54:06 -0500, Curtis wrote in message > : > > >> Erik, >> >> I've seen one thread with over 100 messages on the topic and this >> thread is about 60 messages already, not to mention all the smaller >> threads and individual messages. You are the audi

Re: [Flightgear-devel] New Sound system committed

2009-10-31 Thread Arnt Karlsen
On Sat, 31 Oct 2009 09:54:06 -0500, Curtis wrote in message : > On Sat, Oct 31, 2009 at 9:21 AM, Erik Hofman wrote: > > > Alright, enough of this. > > I've spent three full weeks trying to get the position and > > orientation correctly and asked several times for help but no one > > seems to car

[Flightgear-devel] flightgear dependency on PLIB pw API

2009-10-31 Thread Jari Häkkinen
According to http://wiki.flightgear.org/index.php/Plib there should be no dependency on PLIP windowing library (pw). I found that FG/src/GUI/layout_test.cxx uses plip/pw.h. Since I am building flighgear on a 64-bit mac layout_test.cxx does not compile. This is a consequence from the fact that C

Re: [Flightgear-devel] October 2009 FlightGear Newsletter

2009-10-31 Thread Jon S. Berndt
> Hi All, > > The October edition of the FlightGear Newsletter is now available. Many > thanks to all the contributors who have made this by far the largest > edition yet. > > The newsletter can be found here: > > http://wiki.flightgear.org/index.php/FlightGear_Newsletter_October_2009 > > As al

Re: [Flightgear-devel] New Sound system committed

2009-10-31 Thread syd adams
On Sat, Oct 31, 2009 at 7:21 AM, Erik Hofman wrote: > Alright, enough of this. > I've spent three full weeks trying to get the position and orientation > correctly and asked several times for help but no one seems to care. > Fine, fuck it. > > Erik > > I wish I could, but about all I can do is re

Re: [Flightgear-devel] AeroStar700 Autopiot - altitude problem

2009-10-31 Thread biff+bitw
I've seen this AL error constantly with the new audio using c310-ifr. I've not managed to tame DDD enogh to track it down but since no-one else had reported the message and seeing as the audio 'burps' are related to cpu load ( eg web browsing ) I wonder if the messages are directly due to a

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-10-31 Thread Ron Jensen
On Sat, 2009-10-31 at 08:34 +0100, Tim Moore wrote: > On 10/31/2009 04:58 AM, Ron Jensen wrote: > > On Fri, 2009-10-30 at 18:15 -0500, Tim Moore wrote: > >> Update of /var/cvs/FlightGear-0.9/source/src/Main > >> In directory baron.flightgear.org:/tmp/cvs-serv5452/src/Main > >> > >> Modified Files:

Re: [Flightgear-devel] New Sound system committed

2009-10-31 Thread Curtis Olson
On Sat, Oct 31, 2009 at 9:21 AM, Erik Hofman wrote: > Alright, enough of this. > I've spent three full weeks trying to get the position and orientation > correctly and asked several times for help but no one seems to care. > Fine, it. > > Erik, I've seen one thread with over 100 messages on

[Flightgear-devel] October 2009 FlightGear Newsletter

2009-10-31 Thread Stuart Buchanan
Hi All, The October edition of the FlightGear Newsletter is now available. Many thanks to all the contributors who have made this by far the largest edition yet. The newsletter can be found here: http://wiki.flightgear.org/index.php/FlightGear_Newsletter_October_2009 As always, contributions t

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-10-31 Thread Ron Jensen
On Sat, 2009-10-31 at 09:04 +0100, Tim Moore wrote: > On 10/31/2009 08:34 AM, Tim Moore wrote: > > On 10/31/2009 04:58 AM, Ron Jensen wrote: > >> On Fri, 2009-10-30 at 18:15 -0500, Tim Moore wrote: > >>> Update of /var/cvs/FlightGear-0.9/source/src/Main > >>> In directory baron.flightgear.org:/tmp/

Re: [Flightgear-devel] subsystem_mgr.cxx:249: error

2009-10-31 Thread Arnt Karlsen
On Sat, 31 Oct 2009 04:16:32 +0700, Mihail wrote in message : > g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. > -I/opt/FlightGear/include -g -O2 -D_REENTRANT -MT subsystem_mgr.o -MD > -MP -MF .deps/subsystem_mgr.Tpo -c -o subsystem_mgr.o > subsystem_mgr.cxx > subsystem_mgr.cxx: In member funct

Re: [Flightgear-devel] AeroStar700 Autopiot - altitude problem

2009-10-31 Thread James Turner
On 31 Oct 2009, at 12:55, Johnathan Van Why wrote: > when setting the autopilot (KFC2000) of the Aerostar700 model to a > fixed > altitude it oscillates a lot around that altitude and the altitude > control > takes a long time to become stable. > > Do you know whether it is supposed to work

Re: [Flightgear-devel] Question regarding pre-processor code in SIMGEAR/simgear/compiler.h

2009-10-31 Thread James Turner
On 31 Oct 2009, at 12:27, Erik Hofman wrote: > Which would mean that every single bit of code in FlightGear will > depend > on osg.. Which is why I didn't commit that approach. I do wonder on the need to be supporting GCC versions earlier than 4.0, though. James -

Re: [Flightgear-devel] AeroStar700 Autopiot - altitude problem

2009-10-31 Thread Johnathan Van Why
> > Hi, > > when setting the autopilot (KFC2000) of the Aerostar700 model to a fixed > altitude it oscillates a lot around that altitude and the altitude control > takes a long time to become stable. > Do you know whether it is supposed to work right? Some models may not have correctly tuned auto

Re: [Flightgear-devel] Question regarding pre-processor code in SIMGEAR/simgear/compiler.h

2009-10-31 Thread Erik Hofman
James Turner wrote: > On 31 Oct 2009, at 08:48, Erik Hofman wrote: > >>> I am not sure what line 135 is supposed to catch. When I compile with >>> g++ version 4.2 the statement is false but if I compile with g++ >>> version >>> 4.3 the statement is true. Is the code supposed to catch g++ version

[Flightgear-devel] AeroStar700 Autopiot - altitude problem

2009-10-31 Thread Martin Laabs
Hi, when setting the autopilot (KFC2000) of the Aerostar700 model to a fixed altitude it oscillates a lot around that altitude and the altitude control takes a long time to become stable. On the console I get the following error continuously: AL Error (fx): Invalid Value at pitch and gain I

Re: [Flightgear-devel] Question regarding pre-processor code in SIMGEAR/simgear/compiler.h

2009-10-31 Thread James Turner
On 31 Oct 2009, at 08:48, Erik Hofman wrote: >> I am not sure what line 135 is supposed to catch. When I compile with >> g++ version 4.2 the statement is false but if I compile with g++ >> version >> 4.3 the statement is true. Is the code supposed to catch g++ versions >> 3.3 and later? If yes,

Re: [Flightgear-devel] New Sound system committed

2009-10-31 Thread Victhor Foster
The sound is glitched here for a few planes. Ec135 is glitched on fly- by view, but F-16 isn't. -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this y

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-10-31 Thread Timothy Moore
On 10/31/2009 08:34 AM, Tim Moore wrote: > On 10/31/2009 04:58 AM, Ron Jensen wrote: >> On Fri, 2009-10-30 at 18:15 -0500, Tim Moore wrote: >>> Update of /var/cvs/FlightGear-0.9/source/src/Main >>> In directory baron.flightgear.org:/tmp/cvs-serv5452/src/Main >>> >>> Modified Files: >>> fg_os_os

[Flightgear-devel] Unable to Place Models with UFO

2009-10-31 Thread Forums Virgin Net
Is anyone else having problems placing models with the UFO, it seems it only works sometimes! When I open the model placement dialogue with the spacebar and select a model from the list then click somewhere in the scenery to place the model nothing happens ? Can anyone suggest a fix. I am using

Re: [Flightgear-devel] New Sound system committed

2009-10-31 Thread Erik Hofman
Ron Jensen wrote: > On Fri, 2009-10-30 at 10:08 +0100, Erik Hofman wrote: >> Nicolas Quijano wrote: >>> The wind sample we use is indeed very saturated, and was drowned by the >>> rumble sample before. >> Did another run today and think you might be fooled by another sound >> effect that I have b

Re: [Flightgear-devel] Question regarding pre-processor code in SIMGEAR/simgear/compiler.h

2009-10-31 Thread Erik Hofman
Jari Häkkinen wrote: > I am not sure what line 135 is supposed to catch. When I compile with > g++ version 4.2 the statement is false but if I compile with g++ version > 4.3 the statement is true. Is the code supposed to catch g++ versions > 3.3 and later? If yes, the line 135 should be > > #if

Re: [Flightgear-devel] PATCH to make simgear CVS compile on Mac OS X 10.6.1 Snow Leopard

2009-10-31 Thread Erik Hofman
Jari Häkkinen wrote: > SIMGEAR/simgear/compiler.h needs a minor change to compile on my mac > running 64-bit Snow Leopard. The proposed change is attached to this > mail. It should be safe to apply it. Can someone please commit it to > simgear CVS. Done, thanks for the patch. Erik ---

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-10-31 Thread Tim Moore
On 10/31/2009 08:34 AM, Tim Moore wrote: > On 10/31/2009 04:58 AM, Ron Jensen wrote: >> On Fri, 2009-10-30 at 18:15 -0500, Tim Moore wrote: >>> Update of /var/cvs/FlightGear-0.9/source/src/Main >>> In directory baron.flightgear.org:/tmp/cvs-serv5452/src/Main >>> >>> Modified Files: >>> fg_os_os

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-10-31 Thread Tim Moore
On 10/31/2009 04:58 AM, Ron Jensen wrote: > On Fri, 2009-10-30 at 18:15 -0500, Tim Moore wrote: >> Update of /var/cvs/FlightGear-0.9/source/src/Main >> In directory baron.flightgear.org:/tmp/cvs-serv5452/src/Main >> >> Modified Files: >> fg_os_osgviewer.cxx renderer.cxx >> Log Message: >> fix