[Flightgear-devel] uBody, vBody -- wind dependence

2006-06-25 Thread Melchior FRANZ
Are uBody  vBody supposed to contain wind? That's what they
do in YASim, which I find a bit surprising. Makes the bo105's
drift indicator only work with wind turned off. Is this a bug
in YASim, or do I really need to subtract wind?

m.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] atlas question

2006-06-25 Thread Justin Smithies
Does anybody have the link or the details of how someone managed to 
incorporate the atlas software into an aircrafts instrument display.
I'm sure it was done on the citation bravo .
As i too would like to incorporate atlas into my aircraft as an instrument 
display.

Any ideas ??

Cheers
Justin Smithies

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] kfreeflight

2006-06-25 Thread Justin Smithies
Anybody tried this ?


http://kfreeflight.sourceforge.net/

Justin Smithies

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Helicopter: First Impressions

2006-06-25 Thread Maik Justus
Hello Melchior,

thank you very much. It helps me much to find the correct input for the 
tail rotor.  Is it possible to switch it to a air-speed-drift-indicator?

Maik

Melchior FRANZ schrieb:
 * Maik Justus -- Friday 23 June 2006 23:42:
   
 @Melchior: is it possible to add an instrument, which shows the lateral 
 movement of the helicopter or the direction of  the translation?
 

 Done. There's a GSDI (Ground Speed Drift Indicator) on the right side,
 under the VSI. The implementation is rather simple, and loosely modeled
 after a photo. Unfortunately, it is almost impossible to get photos.
 Seems to be top-secret stuff ...
 I had another implementation first with direction needle, but thought
 the current one was better. (?)

 m.

 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel


   


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Helicopter: First Impressions

2006-06-25 Thread Melchior FRANZ
* Maik Justus -- Sunday 25 June 2006 23:49:
 Is it possible to switch it to a air-speed-drift-indicator?

Not the C++ instrument, because it's a GSDI and that's not how these
work. But you can open $FG_ROOT/Aircraft/bo105/Instruments/gsdi/gsdi.xml
and replace the two properties instrumentation/gsdi/drift-[uv]-kt
with velocities/[uv]Body-fps.

m.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Helicopter: First Impressions

2006-06-25 Thread Maik Justus
Hello Melchior,

Very good. Thank you.

Maik

Melchior FRANZ schrieb:
 * Maik Justus -- Sunday 25 June 2006 23:49:
   
 Is it possible to switch it to a air-speed-drift-indicator?
 

 Not the C++ instrument, because it's a GSDI and that's not how these
 work. But you can open $FG_ROOT/Aircraft/bo105/Instruments/gsdi/gsdi.xml
 and replace the two properties instrumentation/gsdi/drift-[uv]-kt
 with velocities/[uv]Body-fps.

 m.

 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel


   


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Helicopter: First Impressions

2006-06-25 Thread Mathias Fröhlich
On Saturday 24 June 2006 00:29, Maik Justus wrote:
  - ground effect
 
  Look into Mathias' ground cache. This should make it quite easy to
  get the necessary altitudes quickly.

 I will have a look on this. Is this used in yasim?
Yes it is.
There is an api in FGInterface which can be used to get agl values in a small 
environment from the aircraft. There is just a small cache containing the 
scenery triangles a few meters around the aircraft.

Feel free to ask if there are some problems.

Greetings

Mathias

-- 
Mathias Fröhlich, email: [EMAIL PROTECTED]

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] [RFC] HUD

2006-06-25 Thread Mathias Fröhlich
On Wednesday 21 June 2006 13:03, Christian Mayer wrote:
 These functions can be great - when you know in advance (1) the number
 range, (2) the required error range and that you are (3) in a very tight
 loop that is (4) performance critical. So I'd leave them in.
Yes, but I doubt that I will identify an *inner* *loop* making use of 
transcendental functions that are that unimportant for the physics that I 
would consider using these functions.

If you want to keep them, please help me and review that patch I have posted a 
few days ago. Please *verify* that the remaining functions do about the right 
thing past converting them to something that is not even misscompiled.
If nobody helps here, I will finally remove them in a few days.

   Greetings

Mathias

-- 
Mathias Fröhlich, email: [EMAIL PROTECTED]

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel