RosClient.get_params

RosClient.get_params(callback=None, errback=None)

Retrieve list of param names from the ROS Parameter Server.

Note

To make this a blocking call, pass None to the callback parameter .

Returns

list – List of parameters if blocking, otherwise None.