Move to subdirectory
This commit is contained in:
23
lab_ui/README.md
Normal file
23
lab_ui/README.md
Normal 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
|
||||
|
||||
##
|
||||
Reference in New Issue
Block a user