RosClient.set_param
-
RosClient.set_param(name, value, callback=None, errback=None) Set the value of a parameter from the ROS Parameter Server.
Note
To make this a blocking call, pass
Noneto thecallbackparameter .
RosClient.set_param(name, value, callback=None, errback=None)Set the value of a parameter from the ROS Parameter Server.
Note
To make this a blocking call, pass None to the callback parameter .