RosClient.set_param

RosClient.set_param(name, value, callback=None, errback=None)[source]

Set the value of a parameter from the ROS Parameter Server.

Note:

To make this a blocking call, pass None to the callback parameter .