Update default url
This commit is contained in:
@@ -7,7 +7,8 @@ ros.recording = false;
|
||||
ros.connected = false;
|
||||
|
||||
// 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';
|
||||
|
||||
// If there is an error on the backend, an 'error' emit will be emitted.
|
||||
ros.on('error', function(error) {
|
||||
|
||||
13
index.html
13
index.html
@@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Lab UI</title>
|
||||
<!--
|
||||
Link to included files. These are typically done by fetching from the web.
|
||||
Because this needs to run without an internet conection, the files were saved
|
||||
@@ -56,7 +57,7 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
||||
</div>
|
||||
|
||||
<ul id="tabs" class="nav nav-pills" data-tabs="tabs" >
|
||||
<li class="active"> <a href="#rosbridgeconnection" data-toggle="tab">
|
||||
<li> <a href="#rosbridgeconnection" data-toggle="tab">
|
||||
ROS Bridge Connection
|
||||
<span id="rosbridgeconnection_badge" class="badge">
|
||||
Not Connected
|
||||
@@ -67,7 +68,7 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
||||
Data Display
|
||||
</a>
|
||||
</li> -->
|
||||
<li>
|
||||
<li class="active">
|
||||
<a href="#Coordinator" data-toggle="tab">
|
||||
Coordinator
|
||||
</a>
|
||||
@@ -84,7 +85,7 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
||||
<!-- ##################################### END DISPLAY PANEL ######################################### -->
|
||||
|
||||
</div>
|
||||
<div class="tab-pane" id="Coordinator">
|
||||
<div class="tab-pane active" id="Coordinator">
|
||||
|
||||
|
||||
<!-- ##################################### ROBOT DISPLAY PANEL ######################################### -->
|
||||
@@ -95,13 +96,13 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
||||
|
||||
|
||||
|
||||
<div class="tab-pane active" id="rosbridgeconnection">
|
||||
<div class="tab-pane" id="rosbridgeconnection">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
Predefined ROSBridge Connections
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<button id="localhostButton" type="button" onclick="ros.attemptConnection('ws://localhost:9090')" class="btn btn-primary">
|
||||
<!-- <button id="localhostButton" type="button" onclick="ros.attemptConnection('ws://localhost:9090')" class="btn btn-primary">
|
||||
localhost
|
||||
<script type="text/javascript">
|
||||
document.getElementById("ConnectionIPInput").value = ros.connectionName;
|
||||
@@ -118,7 +119,7 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
||||
<script type="text/javascript">
|
||||
document.getElementById("ConnectionIPInput").value = ros.connectionName;
|
||||
</script>
|
||||
</button>
|
||||
</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">
|
||||
|
||||
Reference in New Issue
Block a user