commit Neo AutoRecording code, needs polish.

This commit is contained in:
C4llSiqn
2024-02-18 18:55:02 -07:00
parent 891237a728
commit 2660adcd68
10 changed files with 520 additions and 48 deletions
@@ -102,7 +102,7 @@ public class JoystickPlayback extends Command {
return;
}
lastIndex = i;
}
} // Why is this done rather than using the variable counter
TimedOutput lastOut = outputs.get(lastIndex - 1);
TimedOutput out = outputs.get(lastIndex);