Improvements.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user