ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The AsyncParameterClient
has asynchronous functions on it, and the SyncParameterClient
has synchronous functions on it, i.e. the functions on the SyncParameterClient
block until complete and the async ones return a future or take a callback to be called when completed.