Fix default rosbridge connection

This commit is contained in:
David Walsh
2019-04-26 15:33:46 -04:00
parent 397f14a441
commit 404fcf686e
2 changed files with 10 additions and 16 deletions

View File

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