From 26004fd6b3378254c5044ef81760ff9fd1091a0a Mon Sep 17 00:00:00 2001 From: "GLEN TURNER (8GT6)" <8gt6@queensu.ca> Date: Thu, 21 May 2015 11:49:21 -0400 Subject: [PATCH] Changed default IP address --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a1ba817..b5a953e 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ var ros = new ROSLIB.Ros(); - ros.connectionName = 'ws://192.168.1.103:9090'; + ros.connectionName = 'ws://192.168.1.102:9090'; // ros.connectionName = 'ws://localhost:9090'; @@ -148,7 +148,7 @@