Initial changes to run UI on Atlas network.

This commit is contained in:
Chuck
2019-04-01 09:40:58 -04:00
parent a392db84bb
commit 823ce596d5
3 changed files with 9 additions and 2 deletions

View File

@@ -136,6 +136,12 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
document.getElementById("ConnectionIPInput").value = ros.connectionName;
</script>
</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">
titan.aescape.co
<script type="text/javascript">