Wendell Turner writes:
> I would like to get flightgear to output the position (lat, long,
> alt) of the aircraft to a udp port at a 1 Hz rate.  Would this
> require a source mod, or is there some convenient output already
> occurring like this?

Wendell,

Have a look at docs-mini/README.IO

One option if you wanted nmea output (which includes lat/lon/alt), you
could do something like:

    --nmea=socket,out,1,hostname,5500,udp

More generally:

    --nmea=socket,out,hz,hostname,port,udp

Regards,

Curt.
-- 
Curtis Olson   Intelligent Vehicles Lab         FlightGear Project
Twin Cities    [EMAIL PROTECTED]                  [EMAIL PROTECTED]
Minnesota      http://www.menet.umn.edu/~curt   http://www.flightgear.org

_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users

Reply via email to