Skip to content
Snippets Groups Projects
Commit ac425ea4 authored by lguyot's avatar lguyot
Browse files

Fixes gzbridge port for a local installation with deactivated authentication

Change-Id: Ib385c3095ee14890b89be62ce83a4e1866b871e3
parent 753cdd6f
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,6 @@ GZ3D.GZIface.prototype.connect = function() {
if (GZ3D.webSocketToken !== undefined) {
url = url + '/?token=' + GZ3D.webSocketToken;
}
else {
url = 'ws://' + location.hostname + ':7681';
}
this.webSocket = new ROSLIB.Ros({
url : url
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment