mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
This issue only existed on the initial iteration. When timing is paused and stepped, initialize() and execute() get called with the same timestamp the first time, which would result in a divide by zero. All subsequent steps advance timing and only call execute() so the time deltas are all set correctly.