Compare commits
1 Commits
release/0.
...
atlas
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
823ce596d5 |
@@ -8,7 +8,8 @@ ros.connected = false;
|
|||||||
|
|
||||||
// ros.connectionName = 'ws://192.168.1.105:9090';
|
// ros.connectionName = 'ws://192.168.1.105:9090';
|
||||||
// ros.connectionName = 'ws://localhost:9090';
|
// ros.connectionName = 'ws://localhost:9090';
|
||||||
ros.connectionName = 'ws://titan.aescape.co:9090';
|
// ros.connectionName = 'ws://titan.aescape.co:9090';
|
||||||
|
ros.connectionName = 'ws://atlas.local:9090';
|
||||||
|
|
||||||
// If there is an error on the backend, an 'error' emit will be emitted.
|
// If there is an error on the backend, an 'error' emit will be emitted.
|
||||||
ros.on('error', function(error) {
|
ros.on('error', function(error) {
|
||||||
|
|||||||
@@ -136,6 +136,12 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
|||||||
document.getElementById("ConnectionIPInput").value = ros.connectionName;
|
document.getElementById("ConnectionIPInput").value = ros.connectionName;
|
||||||
</script>
|
</script>
|
||||||
</button> -->
|
</button> -->
|
||||||
|
<button id="AtlasButton" type="button" onclick="ros.attemptConnection('ws://atlas.local:9090')" class="btn btn-primary">
|
||||||
|
atlas.local
|
||||||
|
<script type="text/javascript">
|
||||||
|
document.getElementById("ConnectionIPInput").value = ros.connectionName;
|
||||||
|
</script>
|
||||||
|
</button>
|
||||||
<button id="TitanButton" type="button" onclick="ros.attemptConnection('ws://titan.aescape.co:9090')" class="btn btn-primary">
|
<button id="TitanButton" type="button" onclick="ros.attemptConnection('ws://titan.aescape.co:9090')" class="btn btn-primary">
|
||||||
titan.aescape.co
|
titan.aescape.co
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cd $(rospack find aescape_lab_ui)
|
cd $(rospack find aescape_lab_ui)
|
||||||
python3 -m http.server 8000 --bind titan.aescape.co
|
python3 -m http.server 8000 --bind atlas.local
|
||||||
Reference in New Issue
Block a user