rosapi.async_helper module

async rosapi.async_helper.async_sleep(node: Node, delay_sec: float) None

Block the coroutine for a given time.

async rosapi.async_helper.futures_wait_for(node: Node, futures: list[Future], timeout_sec: float) None

Await a list of futures with a timeout.