Skip to content
Snippets Groups Projects
Commit bf9d61f7 authored by Davis, Duane T's avatar Davis, Duane T
Browse files

MISSION_PLANNING: Added hail_interface behavior to the swarm_manager

parent c76bdac5
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ import autonomy_itar.wave_attack_plugin as wa
import autonomy_itar.delayed_attack_plugin as da
import autonomy_itar.overwatch_attack_plugin as owa
import autonomy_itar.auction_searcher_plugin as asp
import hail_bridge.hail_passthrough_plugin as hpp
if __name__ == '__main__':
......@@ -46,5 +47,6 @@ if __name__ == '__main__':
manager.add_behavior(enums.WAVE_ATTACK, "wave_attack", wa.WaveAttack)
manager.add_behavior(enums.DELAYED_ATTACK, "delayed_attack", da.DelayedAttack)
manager.add_behavior(enums.OVERWATCH_ATTACK, "overwatch_attack", owa.OverwatchAttack)
manager.add_behavior(enums.HAIL_PASSTHROUGH, "hail_interface", hpp.HAILPassthrough)
manager.runAsNode(10.0)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment