Missing callback on go
Esse commit está contido em:
+1
-1
@@ -220,7 +220,7 @@ Controller.prototype.go = function(goal, callback) {
|
|||||||
goal.yaw = goal.yaw.toRad();
|
goal.yaw = goal.yaw.toRad();
|
||||||
}
|
}
|
||||||
|
|
||||||
return this._go(goal);
|
return this._go(goal, callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
Controller.prototype._go = function(goal, callback) {
|
Controller.prototype._go = function(goal, callback) {
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário