RosClient.get_param
-
RosClient.get_param(name, callback=None, errback=None) Get the value of a parameter from the ROS Parameter Server.
Note
To make this a blocking call, pass
Noneto thecallbackparameter .- Returns
Parameter value if blocking, otherwise
None.