From f4f60e0188d929daf2ca5d506e300b151e567a13 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Fri, 26 Apr 2019 15:18:10 -0400 Subject: [PATCH] Remove Titan specific config. --- launch/lab_ui.launch | 6 ++---- launch/lab_ui_rhea.launch | 9 --------- scripts/webserver.sh | 2 +- 3 files changed, 3 insertions(+), 14 deletions(-) delete mode 100755 launch/lab_ui_rhea.launch diff --git a/launch/lab_ui.launch b/launch/lab_ui.launch index c9a478c..fa83e32 100755 --- a/launch/lab_ui.launch +++ b/launch/lab_ui.launch @@ -1,10 +1,8 @@ - + - - - + diff --git a/launch/lab_ui_rhea.launch b/launch/lab_ui_rhea.launch deleted file mode 100755 index 4557a33..0000000 --- a/launch/lab_ui_rhea.launch +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/scripts/webserver.sh b/scripts/webserver.sh index 90dd8d4..396ef98 100755 --- a/scripts/webserver.sh +++ b/scripts/webserver.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash cd $(rospack find aescape_lab_ui) -python3 -m http.server 8000 --bind titan.aescape.co \ No newline at end of file +python3 -m http.server 8000 \ No newline at end of file