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