ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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.