blueneartodrivestation

This commit is contained in:
aarav18
2023-02-25 09:52:03 -07:00
parent a9d088c7c9
commit b32a0bf282
5 changed files with 2 additions and 889 deletions
@@ -36,7 +36,7 @@ public class JoystickPlayback extends CommandBase {
playbackTime = 0;
lastIndex = 0;
try {
input = new Scanner(new File("/home/lvuser/JoystickInputs.txt"));
input = new Scanner(new File("/home/lvuser/BlueNearDriveToChargeStation.txt"));
String line = "";
while (input.hasNextLine()) {