Re: Re: [Flightgear-devel] 2 Questions: Terrain data? Flight Sim

2005-09-29 Thread Jim Wilson
> From: "Mike Kopack" > > > > Gosh I don't know, a Piper Cub UAV would be pretty impressive. > > Michael Selig has a screenshot of one on his web page, so he might > > know where you can get yourself a UAV 3D model. Google "uiuc selig > > flightgear" > > > > Best, > > > > Jim > > Jim, > >

Re: [Flightgear-devel] 2 Questions: Terrain data? Flight Sim

2005-09-29 Thread Lee Elliott
On Thursday 29 Sep 2005 15:05, Mike Kopack wrote: > > Gosh I don't know, a Piper Cub UAV would be pretty > > impressive. :-) Michael Selig has a screenshot of one on his > > web page, so he might know where you can get yourself a UAV > > 3D model. Google "uiuc selig flightgear" > > > > Best, > >

[Flightgear-devel] Another error: Building SimGear CVS under Cygwin

2005-09-29 Thread Georg Vollnhals
Hi Fred, /Does it help to put #include *before* #include in /math/sg_types.hxx /-Fred I CHANGED THE POSITION OF #include : ... #include #include #include STL_STRING //#include (original position) #include ... but the result was the same (error as described) Regards Georg

RE: [Flightgear-devel] Another error: Building SimGear CVS under Cygwin

2005-09-29 Thread Vivian Meazza
Georg Vollnhals > thank you for your quick replies. > I am sorry to show up here again with another error message .. but one > solved, the next came :-/ > > Erik: > /Anyhow, I have fixed this in CVS now Georg, thanks for reporting this. > /Erik > This is solved, thank you! > but this is the (very

[Flightgear-devel] Re: [Flightgear-users] Flight plan and startup "in air"

2005-09-29 Thread Andy Ross
[cc'd to flightgear-devel b/c of the internals explanation] Jeff McBride wrote: > Andy Ross wrote: > > The current helicopter FDM does not support variable rotor speed. > > The "spin up" is entirely animation. You are flying just fine. > > I don't know what FDM you are using, but when I fly the b

[Flightgear-devel] Problem with HUD

2005-09-29 Thread Rex
I am having a problem porting a hud display that I wrote for use in FG8.0 up to 9.8. It hangs at the instruction in drawHUD() : for_each(HUD_deque.being(), HUD_deque.end(), HUDdraw()); with a segfault. The problems seems to be that there are 18 labels in hudlabel.xml, all 18 of which pass the

Re: [Flightgear-devel] Another error: Building SimGear CVS under Cygwin

2005-09-29 Thread Frederic Bouvier
Quoting Erik Hofman: > Georg Vollnhals wrote: > > > But the bash and me get more and more friends :-) ) > > > > (not translated, I only changed the German expressions > > Zeichen => char Fehler => error) > > No need, I can read German (and understand it as well). > > > > In file included from >

Re: [Flightgear-devel] Another error: Building SimGear CVS under Cygwin

2005-09-29 Thread Erik Hofman
Georg Vollnhals wrote: But the bash and me get more and more friends :-) ) (not translated, I only changed the German expressions Zeichen => char Fehler => error) No need, I can read German (and understand it as well). In file included from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/

[Flightgear-devel] Another error: Building SimGear CVS under Cygwin

2005-09-29 Thread Georg Vollnhals
Hi Erik and Vivian, thank you for your quick replies. I am sorry to show up here again with another error message .. but one solved, the next came :-/ Erik: /Anyhow, I have fixed this in CVS now Georg, thanks for reporting this. /Erik This is solved, thank you! but this is the (very long, sorry)

Re: Re: [Flightgear-devel] 2 Questions: Terrain data? Flight Sim

2005-09-29 Thread Mike Kopack
> > Gosh I don't know, a Piper Cub UAV would be pretty impressive. :-) > Michael Selig has a screenshot of one on his web page, so he might > know where you can get yourself a UAV 3D model. Google "uiuc selig > flightgear" > > Best, > > Jim Jim, I did as you suggested, and it appears he ha

Re: [Flightgear-devel] PID Controller Bug

2005-09-29 Thread Jeff McBride
> The patch committed by Erik: > > http://cvs.flightgear.org/cgi-bin/viewcvs/viewcvs.cgi/source/src/Autopilot/xmlauto.cxx.diff?r1=1.19&r2=1.20&cvsroot=FlightGear-0.9 > > should fix this. This is what would happen when you set > delta_u_n = u_max - u_n_1 : > > delta_u_n > (u_max - u_n_1) > 0.6 > (0.

Re: [Flightgear-devel] Microsoft artwork (!) in the 707 panel

2005-09-29 Thread Arnt Karlsen
On Wed, 28 Sep 2005 17:06:40 -0400, Jim wrote in message <[EMAIL PROTECTED]>: > > From: Andy Ross > > > > Hans-Georg Wunder wrote: > > > In the package there is a GPL-license. > > > If this is enough, then everything is OK regarding the panel. > > > > Unfortunately, due to clear evidence of (mi

RE: [Flightgear-devel] RE: Feedback: Building SimGear CVS under Cygwin

2005-09-29 Thread Vivian Meazza
Georg Vollnhals > > Hi all, > further help is needed, please! > > /1. I have experienced exactly the same problem using WinCVS. The solution > is > /drastic - you have to delete the source directory created by WinCVS and > /start over with a clean checkout using the command line cvs provided as

[Flightgear-devel] Transfer function elevator/climb for root locus analyse for JSBSIM

2005-09-29 Thread Hans-Georg Wunder
Hello all, is it possible to derive the transfer function from jsbsim fdm coefficients. I know the way to calculate the parameters like Clalpha for a operation point. But for a root locus analyse I need the transfer function (Root locus is used to calculate the PID-Controller parameter) I wou

Re: [Flightgear-devel] RE: Feedback: Building SimGear CVS under Cygwin

2005-09-29 Thread Erik Hofman
Georg Vollnhals wrote: swap_test.cpp: In function 'int main()': swap_test.cpp:12: Fehler: Ungueltige Umformung von >>unsigned int*<< in >>uint32_t*<< Good heavens what a pile of crap is this stdint stuff. Does no-one have a clue on how to define the *int*_t properly? Anyhow, I have fixed

[Flightgear-devel] RE: Feedback: Building SimGear CVS under Cygwin

2005-09-29 Thread Georg Vollnhals
Hi all, further help is needed, please! /1. I have experienced exactly the same problem using WinCVS. The solution is /drastic - you have to delete the source directory created by WinCVS and /start over with a clean checkout using the command line cvs provided as part /of Cygwin. Then ./autogen,

Re: [Flightgear-devel] PID Controller =?iso-8859-1?q?Bug??=

2005-09-29 Thread Hans-Georg Wunder
Roy Vegard Ovesen wrote: På 29.09.2005 00:47 CEST skrev Hans-Georg Wunder Behaviour with delta_u_n = 0 and an input jump function of 0.6 Saturation at the beginning o Time, reference,input,output 21:56:54,0,0,0 21:56:55,0,0,0 21:56:56,0,0,0 21:56:57,0,0,0 21:56:58,0,0,0 21:56:59,0,0.6,0.02549

Re: [Flightgear-devel] macflightgear info

2005-09-29 Thread Arthur Wiebe
A Linux version is possible in theory but currently there is some Mac-only C++ code in MacFlightGear and also the source would have to be built manually.Apple is switching to Intel from PowerPC processors and universal binary simply allows apps to run native on both arcs. This apps are optimized fo

Re: [Flightgear-devel] PID Controller =?iso-8859-1?q?Bug??=

2005-09-29 Thread Roy Vegard Ovesen
På 29.09.2005 00:47 CEST skrev Hans-Georg Wunder >Behaviour with delta_u_n = 0 and an input jump function of 0.6 >Saturation at the beginning > > o Time, reference,input,output > 21:56:54,0,0,0 > 21:56:55,0,0,0 > 21:56:56,0,0,0 > 21:56:57,0,0,0 > 21:56:58,0,0,0 > 21:56:59,0,0.6,0.025499