RosClient.call_later

RosClient.call_later(delay, callback)

Call the given function after a certain period of time has passed.

Parameters
  • delay (int) – Number of seconds to wait before invoking the callback.

  • callback (callable) – Callable function to be invoked when ROS connection is ready.