On 3/21/07, LucaG_libero <[EMAIL PROTECTED]> wrote:
> hello, i'm beginning now to use flightgear simulator and i'm not a
> phaenomenon in programming, so i'm sorry if my questions will seem to
> you too much unimportant. i'm implementing an inerttial measurement
> platform with Gyroscope and accelerometres. i made a managment sw with
> VB and i need to debug and make simulations with  implemented alghoritms
> (euler angles and quaternions). so i need to interface flightgear with
> visualbasic but i don't know how (i didn't find ocx controls). for
> example i saw the aerospace toolbox of matlab that has a bloc that
> interfece simulink with flightgear. i have to do the same: i hope it is
> simple.. simply send to the simulator Euler angles (roll pitch yaw) and
> position (lat lon alt) and visualize it on the simulator.
>
> is there a simple manner to do this?
> thank you
>

You can accomplish what you want in a number of ways, one of them (the
way I have done it) is using the NetFDM interface.

If you are willing and able to build your application using .NET (VB
or one of the other languages), I have written a .NET library for
interfacing to FG (it supports 0.9.8 and 0.9.10) in C#. Probably not
(at least easily) usable in VB6 though.

-Jeff

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to