diff --git a/client/app/components/coordinator/coordinator.html b/client/app/components/coordinator/coordinator.html index 285ab30..ab0c39a 100644 --- a/client/app/components/coordinator/coordinator.html +++ b/client/app/components/coordinator/coordinator.html @@ -293,7 +293,7 @@ Load Last Recording diff --git a/scripts/webserver.sh b/scripts/webserver.sh index 9227a9c..29a5719 100755 --- a/scripts/webserver.sh +++ b/scripts/webserver.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # python3 -m http.server 8000 +cd $(rospack find aescape_lab_ui) # Node webserver: https://www.npmjs.com/package/http-server -http-server ../client/ -p 8000 +http-server ./client -p 8000