22 lines
664 B
Plaintext
22 lines
664 B
Plaintext
|
|
# ****************************************************************************
|
||
|
|
# CUI
|
||
|
|
#
|
||
|
|
# The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
|
||
|
|
#
|
||
|
|
# The use, dissemination or disclosure of data in this file is subject to
|
||
|
|
# limitation or restriction. See accompanying README and LICENSE for details.
|
||
|
|
# ****************************************************************************
|
||
|
|
source _firstload.soar
|
||
|
|
pushd all
|
||
|
|
source all_source.soar
|
||
|
|
popd
|
||
|
|
pushd elaborations
|
||
|
|
source elaborations_source.soar
|
||
|
|
popd
|
||
|
|
source f-pole.soar
|
||
|
|
source initialize-RIPR-AIAI.soar
|
||
|
|
source pursue-target.soar
|
||
|
|
source pursuit-lag.soar
|
||
|
|
source pursuit-lead.soar
|
||
|
|
source pursuit-pure.soar
|