Skip to content

Commit 8f67edb

Browse files
author
Mitchell Wills
committed
Removed sending value as a message field in GetParam service call
1 parent ecbb719 commit 8f67edb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/Param.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ ROSLIB.Param.prototype.get = function(callback) {
3030
});
3131

3232
var request = new ROSLIB.ServiceRequest({
33-
name : this.name,
34-
value : JSON.stringify('')
33+
name : this.name
3534
});
3635

3736
paramClient.callService(request, function(result) {

0 commit comments

Comments
 (0)