roslib icon indicating copy to clipboard operation
roslib copied to clipboard

Param

Open hdhaheri opened this issue 4 years ago • 1 comments

I am trying to get a param. But I get this error:The method 'where' was called on null. Receiver: null. Tried calling: where(Closure: (dynamic) => bool). This how I am trying to get the param: Param _param = Param(ros:ros, name: 'tank_max' ); var tmp=_param.get();

I appreciate any help.

hdhaheri avatar Oct 16 '20 23:10 hdhaheri

Did you came up with something in the meantime? having the same problem....

Hari8055 avatar Sep 23 '21 09:09 Hari8055