X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc3501%2FRiceCatRobot%2Fcommands%2FMoveArmFor.java;fp=src%2Forg%2Fusfirst%2Ffrc3501%2FRiceCatRobot%2Fcommands%2FMoveArmFor.java;h=0600b1dcf73b3841ca1f8c93952732d6970bbde3;hb=4b8a525ff87cb3ba85058e8b53f5e896a25320bb;hp=c082b2f5ae56cb285ec04f18e74b5f21f4beab7b;hpb=284904c741c7a805b8611302f6beed3b7f34e90f;p=3501%2F2015-FRC-Spark diff --git a/src/org/usfirst/frc3501/RiceCatRobot/commands/MoveArmFor.java b/src/org/usfirst/frc3501/RiceCatRobot/commands/MoveArmFor.java index c082b2f..0600b1d 100644 --- a/src/org/usfirst/frc3501/RiceCatRobot/commands/MoveArmFor.java +++ b/src/org/usfirst/frc3501/RiceCatRobot/commands/MoveArmFor.java @@ -1,8 +1,8 @@ package org.usfirst.frc3501.RiceCatRobot.commands; -import org.usfirst.frc3501.RiceCatRobot.Robot; -import org.usfirst.frc3501.RiceCatRobot.RobotMap; -import org.usfirst.frc3501.RiceCatRobot.RobotMap.Direction; +import org.usfirst.frc3501.RiceCatRobot.robot.Robot; +import org.usfirst.frc3501.RiceCatRobot.robot.RobotMap; +import org.usfirst.frc3501.RiceCatRobot.robot.RobotMap.Direction; import edu.wpi.first.wpilibj.Timer; import edu.wpi.first.wpilibj.command.Command;