Files
lab1/platforms/ucav.txt

74 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2025-09-12 15:20:28 +08:00
# ****************************************************************************
# 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.
# ****************************************************************************
# * * ************************************** * *
# * ****** Demonstration input file ****** *
# * ****** UNCLASSIFIED ****** *
# * * ************************************** * *
include_once signatures/ucav_sigs.txt
include_once sensors/esm_rwr/ucav_esm.txt
include_once sensors/radar/ucav_sar.txt
include_once weapons/agm/blue_gps_bomb_2.txt
include_once weapons/agm/blue_gps_bomb_1.txt
include_once weapons/agm/blue_glide_bomb_1$(BLUE_GLIDE_BOMB_1_MODEL).txt
2025-10-09 17:55:25 +08:00
include_once weapons/sam/large_sam.txt
include_once behavior/UCAV_fire.txt
include_once behavior/UCAV_move.txt
include_once behavior/UCAV_wait.txt
2025-09-12 15:20:28 +08:00
platform_type UCAV WSF_PLATFORM
icon UCAV
2025-10-15 11:23:32 +08:00
# infrared_signature UCAV_INFRARED_SIG
# optical_signature UCAV_OPTICAL_SIG
# radar_signature UCAV_RADAR_SIG
radar_signature VEHICLE_RADAR_SIGNATURE
2025-10-09 17:55:25 +08:00
# sensor esm UCAV_ESM
# on
# internal_link data_mgr
# ignore_same_side
# end_sensor
2025-10-11 18:00:31 +08:00
comm cmdr_net DATALINK
2025-10-09 17:55:25 +08:00
network_name <local:slave>
2025-09-12 15:20:28 +08:00
internal_link data_mgr
2025-10-09 17:55:25 +08:00
internal_link task_mgr
end_comm
weapon blue_gps_bomb_1 LARGE_SAM
2025-09-12 15:20:28 +08:00
quantity 6
end_weapon
mover WSF_AIR_MOVER
default_radial_acceleration 1.5 g
at_end_of_path remove
end_mover
processor data_mgr WSF_TRACK_PROCESSOR
2025-10-09 17:55:25 +08:00
purge_interval 60 sec
2025-09-12 15:20:28 +08:00
end_processor
2025-10-09 17:55:25 +08:00
processor task_mgr WSF_SCRIPT_PROCESSOR
update_interval 5 sec
advanced_behavior_tree
btt on
selector
behavior_node UCAV_fire
behavior_node UCAV_move
behavior_node UCAV_wait
end_selector
end_advanced_behavior_tree
2025-09-12 15:20:28 +08:00
end_processor
2025-10-09 17:55:25 +08:00
zone battalion_sector
circular maximum_radius 20 nm
end_zone
2025-09-12 15:20:28 +08:00
end_platform_type