X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc3501%2FRiceCatRobot%2Fcommands%2FDriveFor.java;h=ee6fe267ab51965b3174fe553d43608beda6c8fc;hb=eb9e6bd8da48f0833680f6e6705542bacacd4dd8;hp=e2473538094e9aa233c946b99f00c017e8763669;hpb=de4f822fbfd21dd7421f56b749240e7b11d9bc5c;p=3501%2F2015-FRC-Spark diff --git a/src/org/usfirst/frc3501/RiceCatRobot/commands/DriveFor.java b/src/org/usfirst/frc3501/RiceCatRobot/commands/DriveFor.java index e247353..ee6fe26 100644 --- a/src/org/usfirst/frc3501/RiceCatRobot/commands/DriveFor.java +++ b/src/org/usfirst/frc3501/RiceCatRobot/commands/DriveFor.java @@ -1,7 +1,7 @@ package org.usfirst.frc3501.RiceCatRobot.commands; -import org.usfirst.frc3501.RiceCatRobot.Robot; -import org.usfirst.frc3501.RiceCatRobot.RobotMap.Direction; +import org.usfirst.frc3501.RiceCatRobot.robot.Robot; +import org.usfirst.frc3501.RiceCatRobot.robot.RobotMap.Direction; import edu.wpi.first.wpilibj.Timer; import edu.wpi.first.wpilibj.command.Command;