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