mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
We need to wait, or otherwise OpModeRobot will immediately reinstantiate and re-run the opmode, which is generally undesirable (e.g. for autonomous). Fixes #8475.