Move to subdirectory

This commit is contained in:
David Walsh
2019-07-19 12:43:02 -04:00
parent 1cf300f0c4
commit 8026e28d43
7400 changed files with 0 additions and 510024 deletions

7
lab_ui/scripts/webserver.sh Executable file
View File

@@ -0,0 +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