Artem Chernodub wrote:
> Hello to everybody!
>
> We are researches from Kiyv and are very interested in this question
> too. We want to create neural network based control of planes.
> We found, that FlightGear can be controlled via Matlab -- but it
> can display internal processes that goes inside of it (landing of the
> Shuttle, for example). How to get access to Flight model from FlightGear?
>
> Ideally, we want the following:
>
> Cycle 1:
>
> We get state variables of the aircraft that characterises it's
> position and motion: latitude/longitude/altitude, velocities, etc.,
> STATE1;
>
> We set it's actuators (elevator, aileron, engine power to some
> position POS1;
>
> Cycle 2:
>
> We get STATE2;
> We send POS2;
>
>   
Read FG_ROOT/docs/readme.io. Connect to FG with native-fdm and 
native-controls.
Like this:
--native-fdm=socket,out,30,machine,5500,udp
--native-controls=socket,in,30,,5501,udp
machine - you PC with control programm


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to