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
Noneto thecallbackparameter .
Set the value of a parameter from the ROS Parameter Server.
To make this a blocking call, pass None to the callback parameter .