Update default url

This commit is contained in:
David Walsh
2019-02-28 12:29:30 -05:00
parent 198337bc22
commit 1aff7a1d5c
2 changed files with 9 additions and 7 deletions

View File

@@ -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) {