RosClient.delete_param
-
RosClient.
delete_param
(name, callback=None, errback=None) Delete parameter from the ROS Parameter Server.
Note
To make this a blocking call, pass
None
to thecallback
parameter .
RosClient.
delete_param
(name, callback=None, errback=None)Delete parameter from the ROS Parameter Server.
Note
To make this a blocking call, pass None
to the callback
parameter .