Skip to content

Commit

Permalink
Merge pull request #398 from Purg/dev/bbn-commandcom-start-script
Browse files Browse the repository at this point in the history
Add commandcom utility server start script to the repo
  • Loading branch information
hdefazio authored Apr 18, 2024
2 parents 819c519 + 96261a6 commit 53b0c51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions angel_system/bbn_commandcom_client/start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
set -e

BBN_COMMANDCOM_URI="tcp://128.33.193.178:5558"

./angel-workspace-shell.sh -r \
python3 "${ANGEL_WORKSPACE_DIR}"/angel_system/bbn_commandcom_client/client.py \
--address "${BBN_COMMANDCOM_URI}" \
--name kw \
--skill-config m2 demos/medical/BBN-M2-Tourniquet \
--skill-config m3 demos/medical/M3-BBN-integrate-Kitware \
--skill-config r18 demos/medical/BBN-R18
1 change: 0 additions & 1 deletion tmux/demos/medical/Kitware-R18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,3 @@ windows:
--task_updates_topic=TaskUpdates
--activity_detections_topic=activity_topic
--task_errors_topic=TaskErrors

0 comments on commit 53b0c51

Please sign in to comment.