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