* umesh pandey -- Saturday 16 December 2006 20:02:
> Any one has idea how to add waypoints in real-time to Flightgear????????For
> e.g. I give the time and corresponding value of (lat,lon and alt) to
> Flightgear and my aircraft moves accordingly in real time!!!

All of the waypoint (route) manager functionality can be controlled
from one single property. That's how the route-manager dialog
communicates with the route manager. See the comment in file
$FG_ROOT/gui/dialogs/route-manager.xml:

"""
 command interface /autopilot/route-manager/input:

  @clear             ... clear route
  @pop               ... remove first entry
  @delete3           ... delete 4th entry
  @insert2:[EMAIL PROTECTED]  ... insert "[EMAIL PROTECTED]" as 3rd entry
  [EMAIL PROTECTED]           ... append "[EMAIL PROTECTED]"
"""

So, if you write [EMAIL PROTECTED] to property /autopilot/route-manager/input,
then a waypoint above airport KHAF at 2000 ft will be appended to the
waypoint list. You can also use fix/nav/etc. according to this string:

  Format: (airport|fix|nav|lon,lat)[EMAIL PROTECTED] -- e.g. "[EMAIL PROTECTED]"

For example,  -122.1234,[EMAIL PROTECTED]  for this lon/lat at 10.000 ft.

m.

-------------------------------------------------------------------------
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