RosClient.get_params
- RosClient.get_params(callback=None, errback=None)[source]
Retrieve list of param names from the ROS Parameter Server.
- Note:
To make this a blocking call, pass
None
to thecallback
parameter .- Returns:
list: List of parameters if blocking, otherwise
None
.