[Flightgear-devel] KR-87

2003-11-01 Thread Roy Vegard Ovesen
I found a bug in the KR-87 adf code. The ANT and ADF annunciators are wrong. After fixing this, how do I proceed to update the CVS repository? I've also modified the KR-87 instrument XML-file to make it behave acording to the Pilot's Guide from the Bendix/King website. -- Roy Vegard Ovesen

[Flightgear-devel] Autopilot in jsbsim

2004-01-09 Thread Roy Vegard Ovesen
that cliping the summer (as the example does) does not solve the windup problem. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Autopilot in jsbsim

2004-01-09 Thread Roy Vegard Ovesen
(deflection angle) to do it's job. The solution to this is to stop the intergation when the actuator goes into saturation. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear

Re: [Flightgear-devel] Autopilot in jsbsim

2004-01-09 Thread Roy Vegard Ovesen
I'm looking to implement, but sadly my knowlege about the jsbsim structure is so limited that I could not think of a way to do it. Maybe the SWITCH component could be used as an if structure? -- Roy Vegard Ovesen ___ Flightgear-devel mailing list

Re: [Flightgear-devel] Autopilot in jsbsim

2004-01-09 Thread Roy Vegard Ovesen
On Fri, 09 Jan 2004 09:15:53 -0600, Jon S Berndt [EMAIL PROTECTED] wrote: On Fri, 09 Jan 2004 15:24:15 +0100 Roy Vegard Ovesen [EMAIL PROTECTED] wrote: This is the solution I'm looking to implement, but sadly my knowlege about the jsbsim structure is so limited that I could not think of a way

Re: [Flightgear-devel] Autopilot in jsbsim

2004-01-09 Thread Roy Vegard Ovesen
On Fri, 09 Jan 2004 09:13:33 -0600, Jon S Berndt [EMAIL PROTECTED] wrote: On Fri, 09 Jan 2004 14:52:28 +0100 Roy Vegard Ovesen [EMAIL PROTECTED] wrote: The solution to this is to stop the intergation when the actuator goes into saturation. Aha! Good explanation. Yes, I think this should

Re: [Flightgear-devel] Autopilot in jsbsim

2004-01-09 Thread Roy Vegard Ovesen
been searching my textbooks on control systems and found a few PID controller algorithms. I could begin to implement one that takes care of the integrator windup problem and has some other usefull features. -- Roy Vegard Ovesen ___ Flightgear-devel mailing

Re: [Flightgear-devel] Proposed change to Terrain Following control

2004-01-21 Thread Roy Vegard Ovesen
the Cub does not have an attitude indicator instrument, a wing-leveler would not be available. And in addition the heading hold would not be allowed to use roll information. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http

Re: [Flightgear-devel] Proposed change to Terrain Following control

2004-01-22 Thread Roy Vegard Ovesen
://mail.flightgear.org/mailman/listinfo/flightgear-devel -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Proposed change to Terrain Following control

2004-01-22 Thread Roy Vegard Ovesen
On Wed, 21 Jan 2004 22:28:22 -0600, Curtis L. Olson [EMAIL PROTECTED] wrote: Roy Vegard Ovesen wrote: Let me share my thoughts about the autopilot: * I would like to see the autopilot move from c++ code into the instrument configuration xml-files. This is my general plan. Right now I have

[Flightgear-devel] Autopilot PID algorithm

2004-01-23 Thread Roy Vegard Ovesen
; ep_n_1 = ep_n; edf_n_2 = edf_n_1; edf_n_1 = edf_n; } Comments? -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Internationalization of Live-CD

2004-01-26 Thread Roy Vegard Ovesen
: For å starte på norsk skriv: -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] New autopilot

2004-01-26 Thread Roy Vegard Ovesen
between the controller that controls the Vertical Speed and the one that controls Altitude. The two controllers have to be tuned to achieve stability and smoothness. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http

Re: [Flightgear-devel] New autopilot

2004-01-26 Thread Roy Vegard Ovesen
to be a good thing. ;-) Does this imply that we also need a summer class/unit/module which can take the outputs from various controllers and sum them to feed to the actuator? Yes, a summer class/unit/module would be a handy tool. A gain class/unit/module would also be usefull. -- Roy Vegard

Re: [Flightgear-devel] New autopilot

2004-01-26 Thread Roy Vegard Ovesen
that is within X feet of the target. At which time it switches to an altitude hold mode. AFAIK there are some aircraft that will even fly into the ground if you setup a descent and ARM a target altitude above where the aircraft is. That's another strategy. -- Roy Vegard Ovesen

Re: [Flightgear-devel] New autopilot

2004-01-26 Thread Roy Vegard Ovesen
| -- /controls/ailerons ../heading -++---+ /controls/... What's inside the black box? That's what I want to configure. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear

Re: [Flightgear-devel] New autopilot

2004-01-27 Thread Roy Vegard Ovesen
knows what's inside the autopilot, how can we make one? I want do design the black box, that is the kind of flexibility I'm looking for. Besides, I don't think it makes sense to have black boxes in an open source project. ;-) -- Roy Vegard Ovesen

Re: [Flightgear-devel] New autopilot

2004-01-27 Thread Roy Vegard Ovesen
. * Recognizing that there are a number of different strategies to implement a wing-leveler, or any other function, you are tied to the one that is hardcoded in C++. * The controller algorithm don't have integrator anti-windup (wich I consider essential) -- Roy Vegard Ovesen

Re: [Flightgear-devel] panel action set (feature request)

2004-01-27 Thread Roy Vegard Ovesen
/indicated-altitude-ft/property /binding .../altitude-ft is assigned the value of .../indicated-altitude-ft -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] New autopilot

2004-01-28 Thread Roy Vegard Ovesen
need. By the way, did you get my reply with answers and the updated PID algorithm?? I'm not sure I got through your spam-filter. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo

Re: [Flightgear-devel] New autopilot

2004-01-29 Thread Roy Vegard Ovesen
Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] New autopilot

2004-01-29 Thread Roy Vegard Ovesen
On Thu, 29 Jan 2004 11:40:38 +0100, Roy Vegard Ovesen [EMAIL PROTECTED] wrote: I just downloaded the Pilot's Guide from this link: http://www.n612sp.com/KAP%20140%20AUTOPILOT.pdf It seems that this pdf file does not contain the entire document. For the complete document use this link: http

[Flightgear-devel] CVS Compile

2004-02-01 Thread Roy Vegard Ovesen
zsh 4.0.6-5 Use -h to see help about each section -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Roy Vegard Ovesen
-DNOMINMAX export CFLAGS=$CXXFLAGS ./configure Norman The -DNOMINMAX flag worked, thanks! -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] Controller tuning

2004-02-01 Thread Roy Vegard Ovesen
| 0.5Kpu | inf. | 0 | PI | 0.45Kpu | Tu/1.2 | 0 | PID | 0.6Kpu | Tu/2 | Tu/8 | -- For more info on tuning and PID control systems follow this link: http://www.jashaw.com/pid -- Roy Vegard Ovesen

Re: [Flightgear-devel] New Autopilot Documentation

2004-02-02 Thread Roy Vegard Ovesen
. If the dynamics are in the order of the time between two frames then I guess it would. Still, I of course think that we should do it right, as Curt has done in generic-autopilot.xml. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL

Re: [Flightgear-devel] new autopilot - heading hold

2004-02-03 Thread Roy Vegard Ovesen
missed is the fact that newauto.cxx is no longer used, it has been removed from the makefile. So many of the properties under /autopilot/config/ do no longer apply. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http

Re: [Flightgear-devel] new autopilot - heading hold

2004-02-03 Thread Roy Vegard Ovesen
On Tue, 3 Feb 2004 17:10:07 -, Jim Wilson [EMAIL PROTECTED] wrote: Roy Vegard Ovesen [EMAIL PROTECTED] said: The obvious thing you missed is the fact that newauto.cxx is no longer used, it has been removed from the makefile. So many of the properties under /autopilot/config/ do no longer

[Flightgear-devel] Faster responsiveness on the turn indicator

2004-02-04 Thread Roy Vegard Ovesen
these instruments are, so maybe increasing the responsiveness isn't a good idea. 2) Add another output property from the turn indicator instrument with higher responsiveness. Comments? -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http

Re: [Flightgear-devel] new autopilot - heading hold

2004-02-04 Thread Roy Vegard Ovesen
bug as reference to a controller it would have turned right all the way from 10 deg to 350 deg through 180 deg, insted of just turning left from 10 to 350. Our solution was to figure out how many degrees left (negative) or right (positive) we need to turn. -- Roy Vegard Ovesen

Re: [Flightgear-devel] Cygwin / SimGear / Clouds 3D compile problem

2004-02-04 Thread Roy Vegard Ovesen
when using cygwin. Try uninstalling XFree86. If you have XFree86 installed the make process tries to use the GL libs from XFree86 (or something like that), and it looks like that's what's happening. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list

Re: [Flightgear-devel] New Autopilot Documentation

2004-02-04 Thread Roy Vegard Ovesen
, and then tune the outer loop or the primary controller. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Faster responsiveness on the turn

2004-02-04 Thread Roy Vegard Ovesen
On Wed, 4 Feb 2004 13:48:37 -0800 (PST), Alex Perry [EMAIL PROTECTED] wrote: From: Roy Vegard Ovesen [EMAIL PROTECTED] I am currently in the process of implementing the Bendix/King KAP 140 autopilot. This is a rate based autopilot, it uses the turn rate and rate of climb as its primary inputs

Re: [Flightgear-devel] Faster responsiveness on the turn

2004-02-05 Thread Roy Vegard Ovesen
On Thu, 05 Feb 2004 00:05:00 +0100, Roy Vegard Ovesen [EMAIL PROTECTED] wrote: I'm thinking that adding a second indicated-turn-rate property that is filtered with a higher bandwidth would be a good solution. I just tried this, and the control system performance boost was quite noticable

Re: [Flightgear-devel] Faster responsiveness on the turn indicator

2004-02-05 Thread Roy Vegard Ovesen
On Wed, 04 Feb 2004 20:18:15 -0500, David Megginson [EMAIL PROTECTED] wrote: Roy Vegard Ovesen wrote: So I shouldn't touch the responsiveness then?!. But rather add a new property with better responsiveness. Out of curiosity, why do you think that the responsiveness should be better

Re: [Flightgear-devel] Faster responsiveness on the turn indicator

2004-02-05 Thread Roy Vegard Ovesen
On Wed, 04 Feb 2004 17:18:33 -0800, Andy Ross [EMAIL PROTECTED] wrote: Roy Vegard Ovesen wrote: David Megginson wrote: Originally, the TC responded instantly -- I had to do a fair bit of work adding the slight lag to make it work like a real TC. The lag smooths out the indication a bit. So I

Re: [Flightgear-devel] ATC voice howto

2004-02-12 Thread Roy Vegard Ovesen
copy and pasting into a new buffer, plus display of time or byte position. You can chose to display time or sample position, but the time display has only 3 decimal numbers. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http

Re: [Flightgear-devel] flight path heading

2004-02-16 Thread Roy Vegard Ovesen
someplace in SimGear. But if you are just looking for the true flight path the beforementioned GPS instrument provides this. Take a look at /instruments/gps/... in the propertytree. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED

[Flightgear-devel] GPS

2004-02-22 Thread Roy Vegard Ovesen
, but I would like to extend that to a higher number in order to create a route (the GPS III Pilot can have 30 in each route). Routes could then be stored in plain text files, as could user waypoints. Comments? -- Roy Vegard Ovesen ___ Flightgear-devel

Re: [Flightgear-devel] GPS

2004-02-23 Thread Roy Vegard Ovesen
PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] GPS

2004-02-23 Thread Roy Vegard Ovesen
, etc? Yet another thought that seems to get mentioned here occasionally: a nearest airport function. Yes, the Garmin GPS III Pilot does have a nearest airport function. The algorithm for finding the nearest airport would be similar to the algorithm finding the nearest METAR station. -- Roy Vegard

[Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Roy Vegard Ovesen
In file included from /usr/include/w32api/GL/glu.h:37, from glut_shapes.c:59: /usr/include/w32api/GL/gl.h:80:1: warning: this is the location of the previous definition make[5]: *** [glut_shapes.o] Error 1 Any ideas? -- Roy Vegard Ovesen

Re: [Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Roy Vegard Ovesen
On Fri, 27 Feb 2004 09:39:14 +0100, Roy Vegard Ovesen [EMAIL PROTECTED] wrote: I should mention that I am using Cygwin. I get this error when building SimGear: if gcc -DHAVE_CONFIG_H -I. -I. -I../../../../simgear -I../../../.. -pipe -O2 -Wall -DWIN32 -DNOMINMAX -D_REENTRANT -MT

[Flightgear-devel] 2D EFIS Instrument

2004-02-27 Thread Roy Vegard Ovesen
the pitchladder texture only display inside the circle? -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Roy Vegard Ovesen
installed XFree86. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Roy Vegard Ovesen
solution that changing the source code. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] 2D EFIS Instrument

2004-02-27 Thread Roy Vegard Ovesen
. Is this possible with 2D instruments too? -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] 2D EFIS Instrument

2004-02-27 Thread Roy Vegard Ovesen
that the texture stacking for 2D instruments causes OpenGL state changes that are expensive, at least with my graphics card (GeForce2Go). Alright then. I'll convert my intrument(s) to 3D. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http

[Flightgear-devel] ATC readability

2004-03-02 Thread Roy Vegard Ovesen
be displayed at the same time giving some history to the dialog. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: data/Aircraft/pa28-161/Models

2004-03-11 Thread Roy Vegard Ovesen
. Converting the file to 24bit colour solved this, but I think that this is a bug, perhaps in plib. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: data/Aircraft/pa28-161/Models

2004-03-12 Thread Roy Vegard Ovesen
On Thu, 11 Mar 2004 20:07:10 -0500, David Megginson [EMAIL PROTECTED] wrote: Was this in PLIB 1.6, again? The alpha transparency is fine using the CVS plib. I'm pretty sure it was CVS plib. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list

[Flightgear-devel] GPS

2004-03-12 Thread Roy Vegard Ovesen
don't hope so because I think that the changes I've made makes the GPS module quite usefull for navigation. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] Error maiking custom FlightGear

2004-03-12 Thread Roy Vegard Ovesen
`/home/royvegar/FlightGear-0.9/source/src' make: *** [all-recursive] Error 1 What I really don't understand is the [in-charge] thing. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo

Re: [Flightgear-devel] AUTOPILOT

2004-03-12 Thread Roy Vegard Ovesen
the various modes. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Re:[Flightgear-cvslogs]CVS: data/Aircraft/pa28-161/Models

2004-03-12 Thread Roy Vegard Ovesen
. I'm using Windows, Cygwin and nvidia. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Getting the Autopilot to Work

2004-03-14 Thread Roy Vegard Ovesen
to activate the various modes. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] Visualising forces

2004-03-15 Thread Roy Vegard Ovesen
the forces that the pilot experience. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Build Problem Under Cygwin

2004-03-16 Thread Roy Vegard Ovesen
-O2 -Wall -DWIN32 -DNOMINMAX -DHAVE_WINDOWS_H CFLAGS=$CXXFLAGS export LDFLAGS export CXXFLAGS export CFLAGS -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] The PID Controller

2004-03-17 Thread Roy Vegard Ovesen
that particular piece of code (where the error is filtered). Summary: Set Ti to zero to completely eliminate integrator action. Set Td to zero to completely eliminate derivative action. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED

Re: [Flightgear-devel] Heads up! GPS output property names have changed

2004-03-22 Thread Roy Vegard Ovesen
but IMHO trivial in the scope of things. All you are doing is creating work for others. I've changed the property names back to indicated-*. Get the files: http://home.tiscali.no/rvovesen/gps.cxx http://home.tiscali.no/rvovesen/gps.hxx -- Roy Vegard Ovesen

[Flightgear-devel] Spinning gyro numeric model

2004-03-28 Thread Roy Vegard Ovesen
of view, I might abandon the idea. Comments are welcome! -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Spinning gyro numeric model

2004-03-28 Thread Roy Vegard Ovesen
Coordinator. I was forwarded to the engineering department but never got an answer. When I try to model the actual gyro instruments it would be wery helpful to have engineering data. I just hope I don't keep getting ignored. :-( -- Roy Vegard Ovesen

[Flightgear-devel] Maintenance log proposal

2004-04-09 Thread Roy Vegard Ovesen
Hi! How about a log that records running time for each system (electrical, static, vacum etc.) and for the instruments and possibly the controls and ... This log can be stored in the users home directory as a simple text file (XML). There would be different logs for each individual aircraft.

Re: [Flightgear-devel] RW light disappear

2004-04-12 Thread Roy Vegard Ovesen
a new issue with this update. Dave Perry ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel -- Roy Vegard Ovesen ___ Flightgear-devel mailing

Re: [Flightgear-devel] RW light disappear

2004-04-12 Thread Roy Vegard Ovesen
appear. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] Sound in Nasal

2004-04-16 Thread Roy Vegard Ovesen
Is there any way to play sounds from a Nasal script? -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Sound in Nasal

2004-04-16 Thread Roy Vegard Ovesen
On Friday 16 April 2004 23:38, Andy Ross wrote: Roy Vegard Ovesen wrote: Is there any way to play sounds from a Nasal script? Sort of. The current sound model is property-driven. You can create a new sound event (see the *-sound.xml files under Aircraft for examples) and drive it from

Re: [Flightgear-devel] Sound in Nasal

2004-04-16 Thread Roy Vegard Ovesen
a fgcommand to play sounds. That would then be trivial to call from Nasal, right? -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] KAP140 Two axis autopilot

2004-04-16 Thread Roy Vegard Ovesen
possible using only XML configuration files. Thanks Andy! -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] OpenAL runtime error

2004-04-25 Thread Roy Vegard Ovesen
standard for SuSE 9.0 -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] OpenAL runtime error

2004-04-25 Thread Roy Vegard Ovesen
instead of KDE to make sure that KDE was not useing the sound device, but I got the same error. I've also tried the orbz demo (a game) that is supposed to use OpenAL. That worked fine (under KDE), so I guess that there is nothing wrong with: sound device, alsa, openal. -- Roy Vegard Ovesen

Re: [Flightgear-devel] FlightGear news letter

2004-05-10 Thread Roy Vegard Ovesen
a shot at building a 3D cockpit. I've studied some pictures at www.airliners.net and found them to be a valueable source. If anyone has, or knows about anything that can be of help, please let me know. -- Roy Vegard Ovesen ___ Flightgear-devel mailing

Re: [Flightgear-devel] OpenAL

2004-04-25 Thread Roy Vegard Ovesen
the ident or change frequencies. That is likely because the kr-87 adf is also active but it does not have a instrument panel in the default C172. You can turn it off through the property browser. So, bottom line: this is not a OpenAL problem. -- Roy Vegard Ovesen

Re: [Flightgear-devel] Re: OpenAL runtime error

2004-04-25 Thread Roy Vegard Ovesen
On Sunday 25 April 2004 16:42, Melchior FRANZ wrote: * Roy Vegard Ovesen -- Sunday 25 April 2004 11:44: Flightgear and Simgear builds ok on SuSE Linux 9.0, but when I try to run Flightgear I get this error message: Initializing OpenAL sound manager fgfs: pcm.c:1050: snd_pcm_writei

Re: [Flightgear-devel] Joystick problems...

2004-04-26 Thread Roy Vegard Ovesen
, then the name became somthing else without the (R). -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] Error compiling ATCVoice.cxx

2004-04-27 Thread Roy Vegard Ovesen
)' -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Error compiling ATCVoice.cxx

2004-04-27 Thread Roy Vegard Ovesen
On Tuesday 27 April 2004 16:05, Andy Ross wrote: Roy Vegard Ovesen wrote: I get this error when compiling ATCVoice.cxx It looks like you did a CVS update in FlightGear without grabbing the required changes from SimGear. Curt changed the API yesterday. I'm sure I grabbed Simgear too, but I

Re: [Flightgear-devel] Nasal in instrument config (was:YASim fuel problem)

2004-04-30 Thread Roy Vegard Ovesen
aircraft. One could put the kap140.nas in the *set.xml for the aircrafts that use the KAP140 instrument, but I believe it would be better to make it instrument specific. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http

Re: [Flightgear-devel] JSBSim Altitude Hold Autopilot example

2004-04-30 Thread Roy Vegard Ovesen
document soon, and will have a block diagram with this, too. Jon ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel -- Roy Vegard Ovesen

Re: [Flightgear-devel] A couple of problems...

2004-05-05 Thread Roy Vegard Ovesen
) then take a look at the KAP140.xml file under /Aircraft/c172p/Systems. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] cesna autopilot seems messed up

2004-05-05 Thread Roy Vegard Ovesen
. Is it a problem with the set up on my end? You can of course edit your *set.xml file to change the autopilot back to the generic. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear

Re: [Flightgear-devel] Has there been any changes to the use of FGRouteMgr

2004-05-05 Thread Roy Vegard Ovesen
started working on it). If anyone creates instruments or autopilots based on the gps module, keep in mind that the property names could change and brake your work. I'm sorry for this inconvenience but the gps module is work-in-progress (isn't everything?!). -- Roy Vegard Ovesen

Re: [Flightgear-devel] cesna autopilot seems messed up

2004-05-05 Thread Roy Vegard Ovesen
On Wednesday 05 May 2004 11:55, Roy Vegard Ovesen wrote: The default Cessna (--aircraft=c172-3d and c172-2dpanel) have changed autopilot from the generic to a KAP140 autopilot. I announced this change on this list http://baron.flightgear.org/pipermail/flightgear-devel/2004-April/027384.html

Re: [Flightgear-devel] cesna autopilot seems messed up

2004-05-06 Thread Roy Vegard Ovesen
for the aircraft. The entry for the C172 is around line 40: systems autopilot pathAircraft/c172p/Systems/KAP140.xml/path /autopilot *** /systems I guess you have to restart FlightGear for the change to take effect. -- Roy Vegard Ovesen

Re: [Flightgear-devel] FlightGear news letter

2004-05-14 Thread Roy Vegard Ovesen
started work on this model: http://home.tiscali.no/rvovesen/king_air_ext.jpg http://home.tiscali.no/rvovesen/king_air_cockpit.jpg -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo

Re: [Flightgear-devel] making instrument scales with MetaPost

2004-05-19 Thread Roy Vegard Ovesen
. It looks to me like you have carefully chosen the cartesian coordinates to place the number labels at. I opened the postscript file with Gimp. Upon opening, one can select the resolution (DPI) and the amount of anti-aliasing of graphics and text separately. -- Roy Vegard Ovesen

Re: [Flightgear-devel] How to get cesna to follow a set of way points.

2004-05-20 Thread Roy Vegard Ovesen
/c172p/ c172p-set.xml. This is the file that you have to modify. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Re: making instrument scales with MetaPost

2004-05-21 Thread Roy Vegard Ovesen
of alpha. For antialiased edges this works very well. Downside is of course that it is much more work :-( -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Re: making instrument scales with MetaPost

2004-05-21 Thread Roy Vegard Ovesen
Melchior's example and start from there! I used the example file to recreate the King Air Fuel Gauge, and I'm continuing to create several other instrument faces for the King Air. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED

Re: [Flightgear-devel] How to get cesna to follow a set of way points.

2004-05-21 Thread Roy Vegard Ovesen
and u_max around line 137 in generic-autopilot.xml to allow the autopilot to command a greater bank angle say 40 degrees instead of the current 20 degrees. But this might cause the autopilot to overshoot more or even become unstable. Remember: controller tuning is an art ;-) -- Roy Vegard Ovesen

Re: [Flightgear-devel] Re: making instrument scales with MetaPost

2004-05-21 Thread Roy Vegard Ovesen
On Friday 21 May 2004 23:41, Melchior FRANZ wrote: * Roy Vegard Ovesen -- Friday 21 May 2004 23:26: This @() function proved to be very powerfull and it made creating scales very easy. I changed this to a unary operator #. So one can now write #10 and metapost will replace

[Flightgear-devel] Alias in 3d instruments

2004-05-30 Thread Roy Vegard Ovesen
? I was planning on using the alias feature for a lot of switches, instead of making a lot of 3d-instrument config files. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear

[Flightgear-devel] Wind direction inconsistency

2004-06-04 Thread Roy Vegard Ovesen
expect. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] King Air cockpit progress (and question)

2004-06-04 Thread Roy Vegard Ovesen
be possible. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] King Air cockpit progress (and question)

2004-06-05 Thread Roy Vegard Ovesen
formats such as .3DS) try moving the transparent parts to the bottom of the object hierarchy/list. How do I do that? Editing the .AC file with a text editor? -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http

Re: [Flightgear-devel] King Air cockpit progress (and question)

2004-06-05 Thread Roy Vegard Ovesen
model, and the gauge face texture is included to the model through the model xml config file. I suspect that this is what is causing the problem. Regards, Ampere On June 4, 2004 06:25 pm, Lee Elliott wrote: On Friday 04 June 2004 21:44, Roy Vegard Ovesen wrote: Here is a shot of the King

Re: [Flightgear-devel] King Air cockpit progress (and question)

2004-06-05 Thread Roy Vegard Ovesen
performance. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] King Air cockpit progress (and question)

2004-06-05 Thread Roy Vegard Ovesen
On Saturday 05 June 2004 21:34, Roy Vegard Ovesen wrote: Frederic's solution to change the order using select animation in the xml file worked great. Ooops! That wasn't select animation it was just null animation or whatever I should call it. -- Roy Vegard Ovesen

Re: [Flightgear-devel] King Air cockpit progress (and question)

2004-06-12 Thread Roy Vegard Ovesen
done. -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] Clickable 3d instruments

2004-06-13 Thread Roy Vegard Ovesen
to my post: http://baron.flightgear.org/pipermail/flightgear-devel/2004-May/028549.html Thanks! Can anyone confirm that the alias feature can not be used for the 3d animation code?! -- Roy Vegard Ovesen ___ Flightgear-devel mailing list [EMAIL

  1   2   >