autos directory

This commit is contained in:
aarav18
2023-02-25 14:39:41 -07:00
parent 7f5729a584
commit f107284102
4 changed files with 5 additions and 7 deletions
@@ -46,7 +46,7 @@ public class JoystickPlayback extends CommandBase {
playbackTime = 0;
lastIndex = 0;
try {
input = new Scanner(new File("/home/lvuser/" + filename));
input = new Scanner(new File("/home/lvuser/autos/" + filename));
String line = "";
while (input.hasNextLine()) {