RosClient.call_later RosClient.call_later(delay, callback)[source] Call the given function after a certain period of time has passed. Args:delay (int): Number of seconds to wait before invoking the callback. callback (callable): Callable function to be invoked when ROS connection is ready.