This commit is contained in:
Aarav
2023-02-25 15:03:05 -07:00
parent f107284102
commit 7712134aeb
4 changed files with 229 additions and 355 deletions
@@ -42,6 +42,9 @@ public class JoystickPlayback extends CommandBase {
// Called when the command is initially scheduled.
@Override
public void initialize() {
outputs.clear();
m_finished = false;
startTime = System.currentTimeMillis();
playbackTime = 0;
lastIndex = 0;