Re: [Flightgear-devel] Positioning Aircraft: accuracy

2013-06-25 Thread Adam Dershowitz
A few years ago, I helped squash a bug that occurred when reading in data with generic IO (I think that my patch was included in the code). At the time, it was reading in just a float. So, when using it to read in position, the doubles for lat/long were being cut (rounded or truncated?) and it

Re: [Flightgear-devel] auto-coordination

2012-03-09 Thread Adam Dershowitz, Ph.D., P.E.
Few, but at least one: http://en.wikipedia.org/wiki/ERCO_Ercoupe --Adam On Mar 9, 2012, at 12:05 PM, Curtis Olson wrote: > The counter argument here is that the existing "auto coordination" system is > nothing more than one line of code that forces some rudder deflection in > proportion to

Re: [Flightgear-devel] A collection of issues

2011-10-06 Thread Adam Dershowitz, Ph.D., P.E.
On Oct 6, 2011, at 2:33 AM, Vivian Meazza wrote: >> >> >> So, how's it done in practice for weather reports? Is there a precise >> attenuation definition, or is it more or less guestimated? > > See > > http://www.e-publishing.af.mil/shared/media/epubs/AFMAN15-111.pdf > > It is estimated by a

[Flightgear-devel] Instrument in outside view?

2011-09-25 Thread Adam Dershowitz, Ph.D., P.E.
Is there any way to display instruments when using any of the outside views? For example, can I place an altimeter in the corner of the chase view? I have tried changing some of the view and instrument properties, but it seems like the panel is always hidden, except for the actual inside view.

Re: [Flightgear-devel] Display existing path?

2011-09-24 Thread Adam Dershowitz, Ph.D., P.E.
On Sep 11, 2011, at 10:30 AM, Adam Dershowitz, Ph.D., P.E. wrote: > Is there any easy way to show a prior route in Flightgear? In other words, > if I have a set of recorded GPS points (lat,long, alt) in a text file can I > display them in 3-D space, as I am flying in flightgear?

Re: [Flightgear-devel] Mac 2.4 binary crashes

2011-09-15 Thread Adam Dershowitz, Ph.D., P.E.
On Sep 13, 2011, at 1:34 PM, James Turner wrote: > > On 13 Sep 2011, at 19:53, Adam Dershowitz, Ph.D., P.E. wrote: > >> I just downloaded the new 2.4 release for Mac. If I try to launch the app, >> it just immediately quits. >> I can successfully run this ver

Re: [Flightgear-devel] NASAL permissions

2011-09-13 Thread Adam Dershowitz, Ph.D., P.E.
On Sep 13, 2011, at 4:17 PM, Csaba Halász wrote: > On Wed, Sep 14, 2011 at 12:37 AM, Adam Dershowitz, Ph.D., P.E. > wrote: >> >> I have a script that is giving me permission errors when it runs. The scrip >> is in data/Nasal. It contains this line: >>

[Flightgear-devel] NASAL permissions

2011-09-13 Thread Adam Dershowitz, Ph.D., P.E.
I seem to have run into a problem with NASAL permissions. I have a script that is giving me permission errors when it runs. The scrip is in data/Nasal. It contains this line: var file=io.open("data/latlong.csv",mode="r"); and gives this error: Nasal runtime error: io.open(): op

Re: [Flightgear-devel] Mac 2.4 binary crashes

2011-09-13 Thread Adam Dershowitz, Ph.D., P.E.
; On 13 Sep 2011, at 19:53, Adam Dershowitz, Ph.D., P.E. wrote: > >> I just downloaded the new 2.4 release for Mac. If I try to launch the app, >> it just immediately quits. >> I can successfully run this version of FlightGear from the command line, so >> the proble

[Flightgear-devel] Mac 2.4 binary crashes

2011-09-13 Thread Adam Dershowitz, Ph.D., P.E.
I just downloaded the new 2.4 release for Mac. If I try to launch the app, it just immediately quits. I can successfully run this version of FlightGear from the command line, so the problem must be with the launcher. I am not sure the best way to report this, so I am starting here. Running

[Flightgear-devel] Display existing path?

2011-09-11 Thread Adam Dershowitz, Ph.D., P.E.
Is there any easy way to show a prior route in Flightgear? In other words, if I have a set of recorded GPS points (lat,long, alt) in a text file can I display them in 3-D space, as I am flying in flightgear? Ideally I would like points (some box or sphere icon?) connected with line segments. T

Re: [Flightgear-devel] Ridding Multiplayer of Abusers

2010-10-19 Thread Adam Dershowitz, Ph.D., P.E.
Instead of trying to put together a list, you should watch a video of George Carlin's "Seven dirty words." Censorship is not the solution to this kind of problem. It is just too easy to come up with a way to be offensive, or to threaten someone. If you decide to censor, then YOU take the res

Re: [Flightgear-devel] News from FlightProSim!

2010-03-16 Thread Adam Dershowitz
That only helps make it clear if someone is violating a copyright. It doesn't help enforce it. If the license is changed, and then someone were to go and sell FG with those aircraft who would hire the lawyer bring the copyright violation law suit? --Adam On Mar 16, 2010, at 4:26 PM, kyle k

Re: [Flightgear-devel] Proposed new set of splash screens

2010-02-19 Thread Adam Dershowitz, Ph.D., P.E.
On Feb 19, 2010, at 1:01 AM, Martin Spott wrote: > Very nice - just this one makes me wonder: > >> http://home.telfort.nl/sp004798/emh/Splash1.png > > Glider in controlled airspace overhead a really large international > airport !? ;-) > Legal with a transponder and appropriate calls to ATC

Re: [Flightgear-devel] multiple --generic record/playback errors

2010-02-09 Thread Adam Dershowitz, Ph.D., P.E.
A while back I was trying to read in lat/long and found a lot of jitter. I finally found that FG generic was actually only able to read in floats. At that time I found that the designation in the format was just being used for output of variables. But for input they were being put into the ac

Re: [Flightgear-devel] Flash with altitude change

2008-04-26 Thread Adam Dershowitz
On Apr 26, 2008, at 12:11 PM, Alex Buzin wrote: > Hi! > On Saturday, April 26, 2008 Adam Dershowitz wrote >> >> Then your extension must be handling the input differently. When >> data >> is read in from a text file, using --generic it is not possible with &g

Re: [Flightgear-devel] Flash with altitude change

2008-04-26 Thread Adam Dershowitz
On Apr 26, 2008, at 3:16 AM, Alex Buzin wrote: > Hi! > > On Friday, April 25, 2008 Melchior FRANZ wrote >> >> * Adam Dershowitz -- Thursday 24 April 2008: >>> I spent a while trying to track this down, and finally figured out >>> what is going on. The prob

Re: [Flightgear-devel] Flash with altitude change

2008-04-23 Thread Adam Dershowitz
On Apr 23, 2008, at 4:09 PM, Adam Dershowitz wrote: On Apr 21, 2008, at 2:17 PM, Melchior FRANZ wrote: * Adam Dershowitz -- Monday 21 April 2008: I did make the minor change that Alex suggested in this discussion: [...] and then rebuilt and it seems to be working. Is that essentially the

Re: [Flightgear-devel] Flash with altitude change

2008-04-23 Thread Adam Dershowitz
On Apr 21, 2008, at 2:17 PM, Melchior FRANZ wrote: > * Adam Dershowitz -- Monday 21 April 2008: >> I did make the minor change that Alex suggested in this discussion: >> [...] >> and then rebuilt and it seems to be working. Is that essentially >> the change

[Flightgear-devel] Un-hide panel?

2008-04-23 Thread Adam Dershowitz
I am interested if there is a way to make a 2-D panel visible when not in the cockpit view? I have a mini-panel that shows a few variables, and I want to know if there is a way to make this small panel of information visible when looking at an outside view of the aircraft. Is there just a pr

[Flightgear-devel] Hide framerate?

2008-04-22 Thread Adam Dershowitz
Is there a way to get the framerate not to display in the corner? Thanks, --Adam - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100.

Re: [Flightgear-devel] Flash with altitude change

2008-04-21 Thread Adam Dershowitz
On Apr 19, 2008, at 10:30 AM, Melchior FRANZ wrote: * Curtis Olson -- Saturday 19 April 2008: I think Melchior is the expert on this subject. Hehe ... yes, kind of. It's probably the bug that I introduced shortly before and fixed again shortly after the 1.0 release. I don't think there's a w

Re: [Flightgear-devel] Flash with altitude change

2008-04-18 Thread Adam Dershowitz
For what it is worth, it looks like I have found, and been asking about, is an easy and reliable way to reproduce the bug discussed here: http://tinyurl.com/3muc7m Sorry I missed it before, but I did hunt around, but had it described very differently. As Curt mentioned, this is a MAJOR issue,

Re: [Flightgear-devel] Flash with altitude change

2008-04-17 Thread Adam Dershowitz
Sorry to keep adding to the emails, but I found something else interesting. The flash doesn't seem to happen for the cockpit view, the tower view, or the fly-by view. Does the issue relate to how the other cameras locations are being calculated? The other cameras all have to move when the

Re: [Flightgear-devel] Flash with altitude change

2008-04-17 Thread Adam Dershowitz
On Apr 17, 2008, at 3:05 PM, Adam Dershowitz wrote: > I am driving FlightGear with a text file of data. For some reason, > when I am looking at an external view, for each altitude change there > is an annoying flash. It looks like a single frame being drawn in the > wrong posi

[Flightgear-devel] Flash with altitude change

2008-04-17 Thread Adam Dershowitz
I am driving FlightGear with a text file of data. For some reason, when I am looking at an external view, for each altitude change there is an annoying flash. It looks like a single frame being drawn in the wrong position. I can sometimes make out a ghost of the airplane being drawn in t

[Flightgear-devel] Message time and fonts

2008-04-16 Thread Adam Dershowitz
Is there a property that controls the font size, and the time that a message remains on the screen? I have hunted around and not had any luck finding that in the property tree. But I could have missed it. If not, where can it be set? Which source file or other location has that info? Than

Re: [Flightgear-devel] RFC: Fixing the tile numbering scheme (was: Re: Problems found in world scenery and SGBucket class)

2008-01-08 Thread Adam Dershowitz
On Jan 7, 2008, at 7:15 PM, LeeE wrote: > On Monday 07 January 2008 22:28, Curtis Olson wrote: >> On Jan 7, 2008 3:51 PM, Frederic Bouvier <> wrote: >>> If we keep the same triangle budget for every tile, we will >>> have sparse data and >>> features at the equator and much more than what is real

Re: [Flightgear-devel] RE water crashes or landing - a change in design principle and default is suggested

2007-12-26 Thread Adam Dershowitz
On Dec 26, 2007, at 1:00 AM, Shad Young wrote: > GWMobile wrote: >> You are really missing the point. >> What I am saying is no one interested in reality is going to land on >> water in the first place so the people who would expect a crash >> indication won't be doing the landing anyway. >> > >

Re: [Flightgear-devel] Informal poll: driving simulation

2007-08-07 Thread Adam Dershowitz
On Aug 6, 2007, at 7:46 PM, Curtis Olson wrote: I'd like to do a quick informal poll here. My day job involves maintaining and managing an advanced research driving simulator: http://www.humanfirst.umn.edu/Facilities/index.html There has been some vague discussions here in my lab about

Re: [Flightgear-devel] Flightgear visualization as streaming video

2007-05-24 Thread Adam Dershowitz
On May 22, 2007, at 7:29 PM, Ron Jensen wrote: > On Tue, 2007-05-22 at 18:13 +0100, Antonio Almeida wrote: >> Hi, >> >> I would like to use FlightGear to generate the scene observed by a >> UAV's onboard camera. >> >> Basically, this would translate to feeding FlightGear the FDM data >> and visua

Re: [Flightgear-devel] Heading on NMEA

2007-05-08 Thread Adam Dershowitz
On May 7, 2007, at 3:32 PM, Curtis Olson wrote: On 5/7/07, Adam Dershowitz wrote: I have dug into this a little further and found something odd. I found that the NMEA data is driven by /velocities/speed-east-fps and /velocities/speed-north-fps. So I calculated these and added them to my csv

Re: [Flightgear-devel] Heading on NMEA

2007-05-07 Thread Adam Dershowitz
can't get the generic protocol to change these two velocities when it can change other values just fine? --Adam On May 6, 2007, at 3:22 PM, Adam Dershowitz wrote: > I am driving FlightGear using a text file. That data that I have > includes magnetic heading, but not true headi

[Flightgear-devel] Heading on NMEA

2007-05-06 Thread Adam Dershowitz
I am driving FlightGear using a text file. That data that I have includes magnetic heading, but not true heading, so I am supplying that. All seems to be working correctly in FlightGear. But if I try to display the data using Atlas the heading remains 0 degrees ( -- nmea=socket,out,0.5,1

Re: [Flightgear-devel] Aerobatics using flight gear and JSBSim

2006-06-15 Thread Adam Dershowitz
On Jun 14, 2006, at 8:33 PM, Josh Babcock wrote: > Jon S. Berndt wrote: >> Snap roll: >> >> This is indeed the recipe for a snap roll: starting from a speed >> slightly >> above the stall, apply a sudden yaw with the rudder, apply >> opposite aileron, >> and pull back on the yoke. SNAP! --- O

Re: [Flightgear-devel] Aerobatics using flight gear and JSBSim

2006-06-15 Thread Adam Dershowitz
On Jun 14, 2006, at 8:23 PM, Jon S. Berndt wrote: >> Maybe said a different way, imagine your wing is riding on the >> edge of >> the amount of air it can push down without stalling. Now you deflect >> the aileron down and try to push the air down even more. > > Stupid me. I forgot something.

Re: [Flightgear-devel] Re: simgear for Mac OS X Tiger

2006-04-17 Thread Adam Dershowitz
On Apr 6, 2006, at 2:09 AM, James Turner wrote:I'm trying to compile FlightGear 0.9.10-pre3 on my PowerBook, but the installation of simgear fails while "make" with following error messages:if g++ -DHAVE_CONFIG_H -I. -I. -I../../simgear -I../..  -I/FlightGear/include  -g -O2 -D_REENTRANT -MT visual

Re: [Flightgear-devel] Battery Realism (Nasal Electrical System)

2006-01-21 Thread Adam Dershowitz
On Jan 21, 2006, at 9:31 AM, Lee Elliott wrote: On Thursday 19 January 2006 23:59, Steve Knoblock wrote: I have been digging into the NASAL electrical system code (supplied with the C172---I cannot speak for any other aircraft that runs a modified system). I have always appreciated when a flig