Re: [Flightgear-devel] real-time video possibility

2003-01-29 Thread socf
I have similar idea before. My original idea is to build a remote control airplane and install a GPS and camaera on it. then feed the recieved GPS data and video data into flightgear, ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.fli

Re: [Flightgear-devel] End of /steam approaches, turn-indicator problem

2003-01-29 Thread Martin Dressler
Yesterday I encountered problem with indicated-turn-rate property where was unbelievable high number (ie something more than 10e9), but it occures only three times, other times it worked right. When I inspect turn_indicator.cxx file I have found that you doesn't incialize _last_rate variable. I

Re: [Flightgear-devel] real-time video possibility

2003-01-29 Thread Luke Scharf
On Tue, 2003-01-28 at 16:57, socf wrote: > I have similar idea before. My original idea is to build a remote control > airplane and install a GPS and camaera on it. then feed the recieved GPS > data and video data into flightgear, To generate photo realistic scenery? Or, for some other purpose?

Re: [Flightgear-devel] Ground elevation problems.

2003-01-29 Thread Jim Wilson
Looks like the tower is on a different tile. This _was_ working. In main.cxx the call to get the FDM's elevation in the main loop isn't working. For some reason it is now referencing the scenery center for the view (the published scenerycenter) instead of the tile center that is stored in the FGL

[Flightgear-devel] FW: Cygwin Build problems

2003-01-29 Thread Richard Bytheway
For various reasons I have had to reinstall my cygwin environment over the last couple of days, and rebuild all the parts of FlightGear. I thought that it might be useful if I noted the problems I had, so that they can either be addressed, or added to the FAQs. I downloaded and installed Cygwin

RE: [Flightgear-devel] FW: Cygwin Build problems

2003-01-29 Thread Michael Basler
Richard, > Documentation - In the Installation and Getting Started > Guide, both sections 2.1 and 2.2 are titled "Preparing the > development environment under Windows". I think 2.2 should be Linux. Thanks, correct. Will be changed in the next version. Regards, Michael -- Michael Bas

Re: [Flightgear-devel] End of /steam approaches, turn-indicator problem

2003-01-29 Thread David Megginson
Martin Dressler writes: > Yesterday I encountered problem with indicated-turn-rate property where was > unbelievable high number (ie something more than 10e9), but it occures only > three times, other times it worked right. When I inspect turn_indicator.cxx > file I have found that you does

Re: [Flightgear-devel] J3 Cub -- sitting in the backseat

2003-01-29 Thread Jim Wilson
David Megginson <[EMAIL PROTECTED]> said: > I'm now seeing a little bit of texture battling on the altimeter, but > that might be because I'm in 16 bit. Let me know if anyone else sees > it. The layers probably just have to be a little further apart. > It doesn't in 24 bit. With the 3D instru

Re: [Flightgear-devel] FW: Cygwin Build problems

2003-01-29 Thread Curtis L. Olson
Richard Bytheway writes: > SimGear - configure does not find the metakit libs unless I > set LDFLAGS="-L/usr/local/lib/". Is this a SimGear, Metakit, > Autoconf or Cygwin problem? SimGear/FlightGear configure used to automatically add /usr/local/lib to the library search path. That was removed

Re: [Flightgear-devel] FW: Cygwin Build problems

2003-01-29 Thread Frederic BOUVIER
Curtis L. Olson <[EMAIL PROTECTED]> writes : > Richard Bytheway writes: > > SimGear - configure does not find the metakit libs unless I > > set LDFLAGS="-L/usr/local/lib/". Is this a SimGear, Metakit, > > Autoconf or Cygwin problem? > > SimGear/FlightGear configure used to automatically add /usr/lo

Re: [Flightgear-devel] FW: Cygwin Build problems

2003-01-29 Thread James Turner
On Wednesday, January 29, 2003, at 02:43 pm, Curtis L. Olson wrote: SimGear/FlightGear configure used to automatically add /usr/local/lib to the library search path. That was removed because apparently it causes gcc-3.2 to gripe? Someone needs to explain the gcc-3.2 problem so that we can get

Re: [Flightgear-devel] J3 Cub -- sitting in the backseat

2003-01-29 Thread David Megginson
Jim Wilson writes: > It doesn't in 24 bit. With the 3D instruments there is a tradeoff > between accuracy and z-fighting. The further out the needles are > the more "error" there is even at shallow view angles. > Hmmm...maybe it would be useful to have a property that would > indicate 16 bi

[Flightgear-devel] RFC: Radios and Instrumentation

2003-01-29 Thread David Megginson
I'm thinking about moving the radio code from src/Cockpit/ to src/Instrumentation/ -- I chose the "instrumentation" name carefully to cover both gauges and avionics. That move itself should be no big deal. A slightly bigger deal would be eliminating the /radios/ property-tree branch and putting t

Re: [Flightgear-devel] FW: Cygwin Build problems

2003-01-29 Thread Bert Driehuis
On Wed, 29 Jan 2003, James Turner wrote: > Apparently, this can cause very obscure breakage (don't ask me to > provide an example). As a result, GCC 3.2 prints out a *huge* warning > for every single source file it processes, which is very, very > annoying. Hence, the correct solution is only to a

[Flightgear-devel] C172-S based instruments

2003-01-29 Thread Curtis L. Olson
For anyone who wants to play around with new instruments, Martin Dressler is working on building a set of hi-res instruments that are based on the Cessna 172-S. Here are pictures of the original panel (it turns out there's a C172S at my local airport and they were happy to let me sit in there unti

Re: [Flightgear-devel] RFC: Radios and Instrumentation

2003-01-29 Thread Curtis L. Olson
David Megginson writes: > I'm thinking about moving the radio code from src/Cockpit/ to > src/Instrumentation/ -- I chose the "instrumentation" name carefully > to cover both gauges and avionics. That move itself should be no > big deal. > > A slightly bigger deal would be eliminating the /radios/

Re: [Flightgear-devel] RFC: Radios and Instrumentation

2003-01-29 Thread James Turner
On Wednesday, January 29, 2003, at 03:18 pm, David Megginson wrote: With the move, I'm also considering cleaning up the radio code a bit, and introducing better lags for the ADF and VOR needles (they're a little too snappy right now). Just one thing : when I get to the KLN-89b, I'm going to

Re: [Flightgear-devel] RFC: Radios and Instrumentation

2003-01-29 Thread David Megginson
Curtis L. Olson writes: > There's certainly more cleanup that could be done, but there are a lot > of complexities in there so you'll need to tread carefully. We > definitely need better modeling of the VOR needles, especially at the > fringes of the VOR range. Currently there is a tiny bit

Re: [Flightgear-devel] RFC: Radios and Instrumentation

2003-01-29 Thread David Megginson
James Turner writes: > Just one thing : when I get to the KLN-89b, I'm going to need support > for optionally back-driving the instruments from the GPS's output (this > couple if required in order for the installation to be certified for > GPS precision approaches). Such operation is usuall

Re: [Flightgear-devel] RFC: Radios and Instrumentation

2003-01-29 Thread Jim Wilson
David Megginson <[EMAIL PROTECTED]> said: > A slightly bigger deal would be eliminating the /radios/ property-tree > branch and putting the radios under /instrumentation/, possibly with > some slight restructuring for consistency. That would have the > benefits of simplifying the top level of the

[Flightgear-devel] minor slashdot mention

2003-01-29 Thread Alex Perry
http://slashdot.org/articles/03/01/29/154247.shtml?tid=127&tid=106 ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

re: [Flightgear-devel] minor slashdot mention

2003-01-29 Thread David Megginson
Alex Perry writes: > http://slashdot.org/articles/03/01/29/154247.shtml?tid=127&tid=106 Now Slashdot will get to experience the FlightGear effect. All the best, David p.s. Alex: how does the mag compass behaviour look to you now? -- David Megginson, [EMAIL PROTECTED], http://www.megginson

Re: [Flightgear-devel] minor slashdot mention

2003-01-29 Thread Curtis L. Olson
Alex Perry writes: > http://slashdot.org/articles/03/01/29/154247.shtml?tid=127&tid=106 Hey, congrats to everyone ... it looks like we are now officially voted the best free simulation "game" that runs on Linux. As Dora[1] would say, "Good voting". :-) Curt. -- Curtis Olson IVLab / HumanFIRST

[Flightgear-devel] script demo

2003-01-29 Thread Curtis L. Olson
I needed a 15 minute break, so ... I just committed a quicky perl script demo to $fgsrc/scripts/perl/autopilot/flyplan.pl. It's a hack and really needs to be enhanced a bit more, but it shows how you can remotely manipulate the autopilot and radio settings, as well as monitor flight progress (usi

[Flightgear-devel] Morse numerals

2003-01-29 Thread David Megginson
When I tried to ident 3U (a local NDB), I realized that FlightGear did not support numerals in Morse identifiers -- I just kept hearing "U ... U ... U". That's fixed now in the current CVS. Just out of curiosity, do no U.S. navaids have digits in their identifiers, not even local NDB beacons? A

[Flightgear-devel] real-time video possibility

2003-01-29 Thread Brandon Walters
Does anyone know how to go about this?the real time video feed is for a project much like socf's idea of having a a GPS reciever on board along with other payload, and flight gear would be used on the ground station as a good interface... does anyone know how to link in the real time vidoe, exam co

RE: [Flightgear-devel] minor slashdot mention

2003-01-29 Thread Jon Berndt
> [1] I have a 2 year old daughter ... :-) > http://www.nickjr.com/grownups/home/shows/dora/index.jhtml Is she into Teletubbies, yet? :-) Jon smime.p7s Description: application/pkcs7-signature

Re: [Flightgear-devel] real-time video possibility

2003-01-29 Thread Curtis L. Olson
Brandon Walters writes: > Does anyone know how to go about this?the real time video feed is > for a project much like socf's idea of having a a GPS reciever on > board along with other payload, and flight gear would be used on the > ground station as a good interface... does anyone know how to link

Re: [Flightgear-devel] real-time video possibility

2003-01-29 Thread Norman Vine
Curtis L. Olson writes: > > Brandon Walters writes: > > Does anyone know how to go about this?the real time video feed is > > for a project much like socf's idea of having a a GPS reciever on > > board along with other payload, and flight gear would be used on the > > ground station as a good inter