changed button names and fixed webserver

This commit is contained in:
Rohit Nandwani
2019-06-21 15:57:45 -04:00
parent 1261c2e229
commit 69d43d9ead
2 changed files with 4 additions and 3 deletions

View File

@@ -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