Initial changes to run UI on Atlas network.

This commit is contained in:
Chuck
2019-04-01 09:40:58 -04:00
parent a392db84bb
commit 823ce596d5
3 changed files with 9 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ 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://titan.aescape.co:9090';
ros.connectionName = 'ws://atlas.local:9090';
// If there is an error on the backend, an 'error' emit will be emitted.
ros.on('error', function(error) {