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

23
lab_ui/README.md Normal file
View File

@@ -0,0 +1,23 @@
# Aescape Lab UI
## To install
```
sudo apt install npm -y
sudo npm install http-server -g
sudo ln -s /usr/bin/nodejs /usr/bin/node
cd {{directory of the repository}}
bower install
```
## To run
Set your master to be what you want - default is `phoebe`.
Then run
```
roslaunch aescape_lab_ui lab_ui.launch
```
## To access
Use Hamachi network:
http://titan.aescape.co:8000
##