mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Since https://github.com/wpilibsuite/allwpilib/issues/786 has been closed as not a legitimate concern, there is now no reason to use IterativeRobot over TimedRobot. It's a drop-in replacement that's strictly an improvement in terms of execution jitter. To migrate, one simply has to replace the IterativeRobot subclass in their robot code with TimedRobot.