-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #398 from Purg/dev/bbn-commandcom-start-script
Add commandcom utility server start script to the repo
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters