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