From 1aff7a1d5cdb68856181ec2ceb7abaf68aab0801 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Thu, 28 Feb 2019 12:29:30 -0500 Subject: [PATCH] Update default url --- backend/js/ros_scripts.js | 3 ++- index.html | 13 +++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/backend/js/ros_scripts.js b/backend/js/ros_scripts.js index 410a3b1..86750f8 100644 --- a/backend/js/ros_scripts.js +++ b/backend/js/ros_scripts.js @@ -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) { diff --git a/index.html b/index.html index 5ede9f7..d858f71 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ + Lab UI -
  • +
  • Coordinator @@ -84,7 +85,7 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp -
    +
    @@ -95,13 +96,13 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp -
    +
    Predefined ROSBridge Connections
    -