[Flightgear-devel] ATC control

2013-07-19 Thread Pedro Morgan
What it ATC... ? My plan is to work with Mr Master ATC in Frakfurt.. But how do we do that... AFAIK the sid and star and kind of the recipie.. So Stutggart is an atraction because of that... My questiion is how do we make it a hand over of control of observer The enviroment is created by

Re: [Flightgear-devel] ATC and radio signal attenuation

2011-09-06 Thread Adrian Musceac
On Monday, September 05, 2011 20:01:29 Durk Talsma wrote: I'm a little pressed for time this week, so I have to keep my response a little on the short side. In essence, I think that this would be any extremely cool feature to have. Do you already have a working copy that you would consider

Re: [Flightgear-devel] ATC and radio signal attenuation

2011-09-05 Thread Durk Talsma
Hi Adrian, So far, only ground to AI aircraft and AI aircraft to ground is implemented, as part of the FGATCController class. This system, if proven functional, should probably be split into a separate module and applied to all comunication, including player-to-ground and player-

Re: [Flightgear-devel] ATC and radio signal attenuation

2011-09-05 Thread Alex Perry
If you know the phone number of the ATC facility, you should be able to enter it into a popup that looks like a satphone and communicate with them without the attenuation constraint. Oh, and extend the ATC dialog to understand say phone number and on landing call interactions. On Mon, Sep 5,

Re: [Flightgear-devel] ATC and radio signal attenuation

2011-09-05 Thread Martin Spott
Adrian Musceac wrote: I have started to implement radio signal attenuation into the ATC subsystem, with the goal to later move this to it's own location. I'm pretty certain that future will show us many possible uses for a generic implementation (just think of FGCom). Nice to hear about it,

[Flightgear-devel] ATC and radio signal attenuation

2011-09-04 Thread Adrian Musceac
Hi, This message is mostly meant for Durk, but I expect suggestions from anyone who knows the scenery subsystem of Flightgear. I have started to implement radio signal attenuation into the ATC subsystem, with the goal to later move this to it's own location. I have chosen the Irregular Terrain

Re: [Flightgear-devel] ATC and radio signal attenuation

2011-09-04 Thread Adrian Musceac
On Sunday, September 04, 2011 17:09:43 Torsten Dreyer wrote: Hi Adrian, this all sounds very interesting and not only for AI Aircraft but also for the navigation radios. I am currently refactoring the navradio code and I'd really like to have a better propagation model than our current

Re: [Flightgear-devel] ATC ground network display

2011-09-01 Thread Durk Talsma
Hi Adrian, On 01 Sep 2011, at 05:09, Adrian Musceac wrote: Hi, I have noticed that when enabled, the ground network is displayed above the airport, at a variable height, depending on the airport's elevation above sea level. This is mostly due to the fact that the elevation is in feet

[Flightgear-devel] ATC ground network display

2011-08-31 Thread Adrian Musceac
Hi, I have noticed that when enabled, the ground network is displayed above the airport, at a variable height, depending on the airport's elevation above sea level. This is mostly due to the fact that the elevation is in feet instead of meters. I have attached a patch that corrects this

Re: [Flightgear-devel] ATC-AI interaction code (part 1) committed

2011-07-25 Thread Alan Teeder
Durk Still some problems. You seem to have just copied ATCDialog to ATCDialogOld, leaving the original ATCDialog in place. Also in ATCDialogOld.cxx, #include ATCDialog.hxx should probably be modified to #include ATCDialogOld.hxx, and anywhere else that this include is needed. Until the MSVC

Re: [Flightgear-devel] ATC-AI interaction code (part 1) committed

2011-07-25 Thread Durk Talsma
On 25 Jul 2011, at 11:46, Alan Teeder wrote: Also in ATCDialogOld.cxx, #include ATCDialog.hxx should probably be modified to #include ATCDialogOld.hxx, and anywhere else that this include is needed. Looks like I missed pushing part of my local changes onto gitorious. It should be

Re: [Flightgear-devel] ATC-AI interaction code (part 1) committed

2011-07-25 Thread Torsten Dreyer
Okay, I wish I could do that myself, but I'm a little rusty on the windows build environment. If anybody could enlighten me which build files should be changed, I'd be happy to do so (last year I touched the windows build files, in response to James' Hudson server, but the results were

[Flightgear-devel] ATC-AI interaction code (part 1) committed

2011-07-24 Thread Durk Talsma
Hi All, Thanks to the miserable weather in North Western Europe, and due to the fact that we are at the beginning of a new release cycle, I managed to fix the last remaining issues of my current AI/ATC work. Although the current code is still a little rough, I believe that it shouldn't

Re: [Flightgear-devel] ATC-AI interaction code (part 1) committed

2011-07-24 Thread Alan Teeder
There are now files named ATCDialog.cxx/hxx in Lib-ATCDL and atcdialog.cxx/hxx in Lib_ATC. MS-Windows does not like this ;-( Alan -Original Message- From: Durk Talsma Sent: Sunday, July 24, 2011 12:13 PM To: FlightGear developers discussions Subject: [Flightgear-devel] ATC-AI

Re: [Flightgear-devel] ATC-AI interaction code (part 1) committed

2011-07-24 Thread Durk Talsma
On 24 Jul 2011, at 18:40, Alan Teeder wrote: There are now files named ATCDialog.cxx/hxx in Lib-ATCDL and atcdialog.cxx/hxx in Lib_ATC. MS-Windows does not like this ;-( Alan Okay, I've renamed ATCDialog.[ch]xx (in ATCDCL) to ATCDialogOld.[ch]xx You might still need to modify the

Re: [Flightgear-devel] ATC client

2010-12-01 Thread Martin Spott
Eftychios Eftychiou wrote: On Tue, Nov 30, 2010 at 11:03 PM, Martin Spott martin.sp...@mgras.netwrote: I'm surprised to read that they're actually now having source code on offer, do you have a pointer to the code ? You will need to sign up at http://forge.osor.eu/projects/albadisp/ and

Re: [Flightgear-devel] ATC client

2010-12-01 Thread Eftychios Eftychiou
On Wed, Dec 1, 2010 at 10:39 AM, Martin Spott martin.sp...@mgras.netwrote: Eftychios Eftychiou wrote: On Tue, Nov 30, 2010 at 11:03 PM, Martin Spott martin.sp...@mgras.net wrote: I'm surprised to read that they're actually now having source code on offer, do you have a pointer to the

Re: [Flightgear-devel] ATC client

2010-12-01 Thread Martin Spott
Eftychios Eftychiou wrote: On Wed, Dec 1, 2010 at 10:39 AM, Martin Spott martin.sp...@mgras.netwrote: Eftychios Eftychiou wrote: You will need to sign up at http://forge.osor.eu/projects/albadisp/ and join the project to get the code. Mmmmh it's not my understanding of Open Source

Re: [Flightgear-devel] ATC client

2010-11-30 Thread Eftychios Eftychiou
There is already an open source radar display screen http://www.albatross.aero/ It can take as input asterix formated data ( http://www.eurocontrol.int/asterix/public/subsite_homepage/homepage.html) If FG or MPserver can provide an asterisk stream then it can be easily fed to albatross. Regards,

Re: [Flightgear-devel] ATC client

2010-11-30 Thread Martin Spott
Eftychios Eftychiou wrote: There is already an open source radar display screen http://www.albatross.aero/ I'm surprised to read that they're actually now having source code on offer, do you have a pointer to the code ? It can take as input asterix formated data (

Re: [Flightgear-devel] ATC client

2010-11-30 Thread Eftychios Eftychiou
On Tue, Nov 30, 2010 at 11:03 PM, Martin Spott martin.sp...@mgras.netwrote: Eftychios Eftychiou wrote: There is already an open source radar display screen http://www.albatross.aero/ I'm surprised to read that they're actually now having source code on offer, do you have a pointer to the

[Flightgear-devel] ATC client

2010-11-29 Thread Pep Ribal
I've seen that there are plans to develop an ATC client for Flightgear. I'm very interested in this profect, and so I'm offering my help. Whoever is involved, please get in touch. Cheers. Pep. -- Increase Visibility

Re: [Flightgear-devel] ATC client

2010-11-29 Thread Martin Spott
Pep Ribal wrote: I've seen that there are plans to develop an ATC client for Flightgear. I'm very interested in this profect, and so I'm offering my help. Whoever is involved, please get in touch. http://wiki.flightgear.org/index.php/FlightGear_Newsletter_October_2010#OpenRadar Cheers,

Re: [Flightgear-devel] ATC client

2010-11-29 Thread Pep Ribal
El 29/11/10 20:44, Martin Spott escribió: Pep Ribal wrote: I've seen that there are plans to develop an ATC client for Flightgear. I'm very interested in this profect, and so I'm offering my help. Whoever is involved, please get in touch.

[Flightgear-devel] ATC

2010-11-17 Thread manday
Hello Durk, I'd like to start working on ATC and AI with you. Not today and probably not this month, but soon. I currently don't have a lot of time so let me make this short and quote from IRC (hope you could manage to get on there). My actual point being the following - I know this sounds a

[Flightgear-devel] ATC chatter

2010-10-25 Thread Donn Washburn
Hey Group; This appears to be a FlightGear2 problem. I have openSuSE 11.4M2 and KDE4.#. The sound comes from a very recent Flightgear, the engine and stall indicator work. However, no ATC chatter is heard. It is enabled in two menu places and the volume is up. I have also selected the

Re: [Flightgear-devel] ATC

2010-06-22 Thread Martin Spott
Peter Morgan wrote: although there are a few atc client around such as 1) ATC 2) ATC2 3) ATCML - fav I don't know any of these. so is there a way to create an ATC client without FG ? Depends on what you're looking for - ATC client is a very vague description. There's something like a

Re: [Flightgear-devel] ATC

2010-06-22 Thread Alexander Barrett
Thanks for that Martin, I'd never seen OpenRadar before. Been dabbling in Java recently (the lazy mans attempt at CrossPlatform ;) ) might be something to have a tinker with! Thanks again. Alex On 22 Jun 2010, at 09:36, Martin Spott wrote: Peter Morgan wrote: although there are a few

Re: [Flightgear-devel] ATC

2010-06-22 Thread Scott Hamilton
I've been tinkering around with a JEE ATC support web app concept, the idea is to support ATC controllers using one of the ATC aircraft or perhaps the OpenRadar app, by having a central place to file flight plans (virtual airline websites could post data through a REST or XML/HTTP interface

[Flightgear-devel] ATC

2010-06-21 Thread Peter Morgan
the current ATC clients are deformed in some ways... although there are a few atc client around such as 1) ATC 2) ATC2 3) ATCML - fav so if can explain my local situation.. I'm training some crew ie kids of all ages to understand some IFR/ATC, and indeed the scenario changes with that.. indeed..

[Flightgear-devel] ATC

2010-04-28 Thread Jörg Emmerich
PM: So ATC is restricted to a few 10's of NM to location Well: with the new FGCOM.Gui http://code.google.com/p/fgcomgui/w/list the range is equal to MPchat range (99 mi) -- about 200 mi range for the control circle! Same is true for ATC-model: also ATC-ML (and others) cover maximal 100 mi

[Flightgear-devel] ATC

2010-04-24 Thread Peter Morgan
So ATC is restricted to a few 10's of NM to location This doth not work with sector control, however frivolous that may be.. Ideally I can be ATC for EGLL, EHAM and all in one.. Can we tweak it that way? Also ATC_ML is cool and why is this not in git pps ... CVS ? pete

[Flightgear-devel] ATC messages dialog box

2010-01-21 Thread Etienne Bourque
Hello all, I posted a message about this on the forums and since the next Flight Gear release is near, I wanted to contact developers directly to see if you can do something. It’s about the ATC message dialog box. When the Enable ATC option is checked, I get the tower frequency (120.50 at

[Flightgear-devel] ATC Tower Simulator

2010-01-20 Thread Eftychios Eftychiou
Hello Everyone, I have been following the list discussion for the past few days and went through the archives to see to what extent and exactly what FG supports in regards to ATC simulation. To my understanding unless there were other posts which I missed FG only supports ATC through the ATC

[Flightgear-devel] ATC services for FSWeekend...

2009-11-07 Thread Rob Shearman, Jr.
Hello all -- sorry about my abrupt exit this morning -- especially to you, Jomo, whom I feel I left holding the reins. To be honest, the level of chaos was just too much for me. I'm happy to volunteer ATC services for events where the participants are all attempting to work within the system, but

Re: [Flightgear-devel] ATC services for FSWeekend...

2009-11-07 Thread Arnt Karlsen
On Sat, 7 Nov 2009 04:55:54 -0800 (PST), Jr. wrote in message 128049.27129...@web46402.mail.sp1.yahoo.com: Hello all -- sorry about my abrupt exit this morning -- especially to you, Jomo, whom I feel I left holding the reins. To be honest, the level of chaos was just too much for me. I'm

[Flightgear-devel] ATC Chatter live

2007-10-02 Thread Torsten Dreyer
Hi all, if you like some extra level of reality, tune your browser to http://www.liveatc.net/ where you get live atc from interesting places like KJFK, EHAM, LSZH, VHHH and many others. Enjoy - Torsten - This SF.net email

[Flightgear-devel] ATC communication

2006-03-30 Thread Michal Fabik
I've found that it's impossible to communicate with the tower (by pressing the apostrophe key) until they tell you you're clear off their airspace, before that it just says no transmissions available. I thought it'd be nice to extend the communications possibilities a little bit (like permission

Re: [Flightgear-devel] ATC

2006-02-28 Thread David Luff
Justin Smithies writes: Not sure of whos in charge of the ATC but would love to be able to contact tower to take off etc. Hi Justin, I wrote most of what currently passes for ATC in FG, certainly most of the tower stuff. I'm afraid that I'm unlikely to implement calling tower for

[Flightgear-devel] ATC

2006-02-26 Thread Justin Smithies
Not sure of whos in charge of the ATC but would love to be able to contact tower to take off etc. P.S Worked out how ATC works flew from dundee to dyce and tower gave me runway to land and said to follow cessna in etc. :) Justin Smithies

[Flightgear-devel] ATC Speech

2006-02-23 Thread Justin Smithies
Is it possible to make the speech louder than the aircraft noise ? Does festival have a setting to increase the volume ? Regards, Justin Smithies --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

Re: [Flightgear-devel] ATC Speech

2006-02-23 Thread Buchanan, Stuart
--- Justin Smithies wrote: Is it possible to make the speech louder than the aircraft noise ? Does festival have a setting to increase the volume ? festival will be using a completely separate I/O to FGFS, so is independant of the FGFS sound level. Simply reduce the sound level using the Sound

[Flightgear-devel] ATC voices

2006-02-21 Thread Justin Smithies
I have tried KSFO and heard the speech , but do any of the UK airports have this too ? I have enabled atc and a density of 3 , even tried 1 but when leaving EGPD my home airport i never get anything from the tower etc ? Help Justin Smithies

RE: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread Vivian Meazza
Curt -Original Message- From: [EMAIL PROTECTED] [mailto:flightgear- [EMAIL PROTECTED] On Behalf Of is L. Olson Sent: 09 January 2006 18:41 To: FlightGear developers discussions Subject: [Flightgear-devel] ATC background chatter in CVS I just committed a set of atc background

Re: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread Georg Vollnhals
Vivian Meazza schrieb: Nice try - perfectly understandable transmissions here :-). It runs under Cygwin for a while, then fails with: next chatter in 37 seconds OpenAL error (AL_INVALID_VALUE): bind_source (alGenSources) Failed to generate audio source. Vivian Hi Vivian, hi Curtis! Ok,

Re: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread Georg Vollnhals
Georg Vollnhals schrieb: Vivian Meazza schrieb: Nice try - perfectly understandable transmissions here :-). It runs under Cygwin for a while, then fails with: next chatter in 37 seconds OpenAL error (AL_INVALID_VALUE): bind_source (alGenSources) Failed to generate audio source. Vivian

Re: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread Curtis L. Olson
Vivian Meazza wrote: Nice try - perfectly understandable transmissions here :-). It runs under Cygwin for a while, then fails with: next chatter in 37 seconds OpenAL error (AL_INVALID_VALUE): bind_source (alGenSources) Failed to generate audio source. I committed a fix yesterday evening.

Re: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread Georg Vollnhals
Curtis L. Olson schrieb: Vivian Meazza wrote: Nice try - perfectly understandable transmissions here :-). It runs under Cygwin for a while, then fails with: next chatter in 37 seconds OpenAL error (AL_INVALID_VALUE): bind_source (alGenSources) Failed to generate audio source. I

RE: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread Frederic Bouvier
Quoting Vivian Meazza : Nice try - perfectly understandable transmissions here :-). It runs under Cygwin for a while, then fails with: next chatter in 37 seconds OpenAL error (AL_INVALID_VALUE): bind_source (alGenSources) Failed to generate audio source. It seems that alDeleteSources is

Re: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread Curtis L. Olson
Frederic Bouvier wrote: Quoting Vivian Meazza : Nice try - perfectly understandable transmissions here :-). It runs under Cygwin for a while, then fails with: next chatter in 37 seconds OpenAL error (AL_INVALID_VALUE): bind_source (alGenSources) Failed to generate audio source. It

Re: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread John Wojnaroski
Hi Curt, I don't have it running yet, just wondering; does the code contain any logic to filter the chatter based on radio frequency/location? Sitting on the ramp, tuned to ground control, you should not be hearing calls to an ARTCC. If your practicing VFR patterns at your local field, you

Re: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread Curtis L. Olson
John Wojnaroski wrote: Hi Curt, I don't have it running yet, just wondering; does the code contain any logic to filter the chatter based on radio frequency/location? Sitting on the ramp, tuned to ground control, you should not be hearing calls to an ARTCC. If your practicing VFR patterns

RE: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread Vivian Meazza
Curt Frederic Bouvier wrote: Quoting Vivian Meazza : Nice try - perfectly understandable transmissions here :-). It runs under Cygwin for a while, then fails with: next chatter in 37 seconds OpenAL error (AL_INVALID_VALUE): bind_source (alGenSources) Failed to generate audio

Re: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread Curtis L. Olson
Vivian Meazza wrote: That fixed it - Fred does it again :-) Thanks for some a nice enhancement. Someone find out how much we are paying Fred, and then double it. :-) Curt. -- Curtis Olsonhttp://www.flightgear.org/~curt HumanFIRST Program http://www.humanfirst.umn.edu/

Re: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread Curtis L. Olson
Christian Mayer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Curtis L. Olson schrieb: If you ever come to visit Minnesota, I'll make sure you don't die of thirst. :-) Are your cooking skills that bad? What I cook, I cook very well thank you. :-) Unfortunately I don't

Re: [Flightgear-devel] ATC background chatter in CVS

2006-01-10 Thread George Patterson
On Tue, 2006-01-10 at 17:28 +, Martin Spott wrote: Curtis L. Olson wrote: Someone find out how much we are paying Fred, and then double it. :-) We should invite him to a couple of free flights over nice looking terrain ;-) Send Fred an invite to the next virtual fly-in. :-)

[Flightgear-devel] ATC background chatter in CVS

2006-01-09 Thread Curtis L. Olson
I just committed a set of atc background chatter wav files to the base package in data/ATC/Chatter/UK These are from around Heathrow. I've set things up so it's relatively easy to drop additional sets from different areas in sibling directories. So everything to hear background chatter in

Re: [Flightgear-devel] ATC background chatter in CVS

2006-01-09 Thread Major A
It might be fun to include some of the old classic ATC conversations: http://www.avweb.com/cgi-bin/texis/scripts/avweb-search/search.html?query=shortpublication=avflashcategory=shortfinal http://www.businessballs.com/airtrafficcontrollersfunnyquotes.htm It would be good fun to have an AI