mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
By storing the previous dt, it can be moved into Correct() where it is actually used. This lets us take the continuous R as an argument in the user-provided R overload.