Skip to main content

DRIVER_INIT_TIMEOUT

Constant DRIVER_INIT_TIMEOUT 

Source
pub const DRIVER_INIT_TIMEOUT: Duration;
Expand description

Max time we’ll wait for one Driver(CMD_*) RPC to return. 90s gives generous slack for slow-warming sensors (Webots’s camera can take 30–50s on cold boot). Primitive driver-side waits should stay strictly below this so they own their own timeout semantics rather than racing the CLI deadline.