diff --git a/src/core/Param.js b/src/core/Param.js index 9009d903f..c0a70e8ee 100644 --- a/src/core/Param.js +++ b/src/core/Param.js @@ -30,8 +30,7 @@ ROSLIB.Param.prototype.get = function(callback) { }); var request = new ROSLIB.ServiceRequest({ - name : this.name, - value : JSON.stringify('') + name : this.name }); paramClient.callService(request, function(result) {