> I'm attempting to assemble a list of basic aircraft state values, like
yaw,
> pitch, roll, and velocity and acceleration vectors. I'll probably be using
> the JSBSim FDM. Is there a place where this information can be easily
> extracted from the program? The FGState::ReportState function seems to
> assemble some of this info but it has been commented out due to use of
> depreciated functions.
> 
> Thanks,
> -Noah

Hi, Noah:

As for "extracting" data, do you want to "push", or "pull"? JSBSim (like
FlightGear and it's parts) is very configurable. If you want to output to a
file or through a socket, that can be done easily. If you want to extract
values at runtime programmatically, that can be done as well. If you can
elaborate I can help you more.

Jon



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to