From 404fcf686ee05b9734513345d5d4e35aa574bc3f Mon Sep 17 00:00:00 2001 From: David Walsh Date: Fri, 26 Apr 2019 15:33:46 -0400 Subject: [PATCH] Fix default rosbridge connection --- backend/js/ros_scripts.js | 4 ++-- index.html | 22 ++++++++-------------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/backend/js/ros_scripts.js b/backend/js/ros_scripts.js index 4132230..800e1b9 100644 --- a/backend/js/ros_scripts.js +++ b/backend/js/ros_scripts.js @@ -7,8 +7,8 @@ ros.recording = false; ros.connected = false; // ros.connectionName = 'ws://192.168.1.105:9090'; -// ros.connectionName = 'ws://localhost:9090'; -ros.connectionName = 'ws://titan.aescape.co: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 a1ed4d4..495539f 100644 --- a/index.html +++ b/index.html @@ -133,31 +133,25 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp Predefined ROSBridge Connections
- - -