Skip to content

Commit

Permalink
Merge pull request #77 from mitchellwills/devel
Browse files Browse the repository at this point in the history
Removed sending value as a message field in GetParam service call
  • Loading branch information
rctoris committed May 13, 2014
2 parents ecbb719 + 8f67edb commit d7d4dd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/Param.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d7d4dd5

Please sign in to comment.