Initial changes to run UI on Atlas network.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user