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