Improvements.

This commit is contained in:
David Walsh
2019-02-27 09:59:59 -05:00
parent 31f57431b1
commit 198337bc22
2 changed files with 12 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
<div class="tab-pane active" id="rosbridgeconnection">
<div class="panel panel-default">
<div class="panel-heading">
Predefined Masters Connections
Predefined ROSBridge Connections
</div>
<div class="panel-body">
<button id="localhostButton" type="button" onclick="ros.attemptConnection('ws://localhost:9090')" class="btn btn-primary">
@@ -119,6 +119,12 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
document.getElementById("ConnectionIPInput").value = ros.connectionName;
</script>
</button>
<button id="TitanButton1" type="button" onclick="ros.attemptConnection('ws://titan.aescape.co:9090')" class="btn btn-primary">
titan.aescape.co
<script type="text/javascript">
document.getElementById("ConnectionIPInput").value = ros.connectionName;
</script>
</button>
</div>
</div>