Files
old-lab_ui/README.md

24 lines
381 B
Markdown
Raw Normal View History

2019-02-28 14:53:15 -05:00
# Aescape Lab UI
2019-05-06 21:50:19 -04:00
## To install
```
sudo apt install npm -y
sudo npm install http-server -g
sudo ln -s /usr/bin/nodejs /usr/bin/node
2019-06-24 11:37:48 -04:00
cd {{directory of the repository}}
bower install
2019-05-06 21:50:19 -04:00
```
2019-02-28 14:53:15 -05:00
## 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:
2019-07-03 11:30:41 -04:00
http://titan.aescape.co:8000
##