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
Noneto thecallbackparameter .
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 .