Some initial code for AI Aircraft making use of SIDs. Current code is a bit
commitb2239a44eb1a5da2f1245d83d6fade33e6e323bd
authordurk <durk>
Sun, 1 Mar 2009 09:58:12 +0000 (1 09:58 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 5 Mar 2009 09:52:03 +0000 (5 10:52 +0100)
treef1003f6bcbe5e4c6b131fae0c2cc905cf052cb9f
parentfa0f93b11e88df1755ed28c87b74b83f1da41d4b
Some initial code for AI Aircraft making use of SIDs. Current code is a bit
experimental: Only one SID per runway is supported, and the waypoints are
read from file at every request, which is not very efficient. The current
code is only executed when FlightGear is configured to use airport dynamics
data from the scenery repository, instead of the base package. Since the
latter is still the default, I believe that this will provide enough safe-
guarding to commit SID/STAR support in small, incremental steps.
Next step will be buffering and support for multiple departure routes per
runway.
src/AIModel/AIFlightPlan.hxx
src/AIModel/AIFlightPlanCreate.cxx