X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fdriving%2FTurnForAngle.java;h=334fa0b67d278ad2dd38afe3be68d54fd6487b09;hb=8af76159964e7aa255f1fd60d1c774fe674c9d40;hp=993adc8c5b46922c1cb6ad5d0fc1565af8cec7ca;hpb=b081e34b72803bc0b4ec11f0ab7676596da59fde;p=3501%2F2017steamworks diff --git a/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java b/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java index 993adc8..334fa0b 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java +++ b/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java @@ -1,8 +1,8 @@ package org.usfirst.frc.team3501.robot.commands.driving; +import org.usfirst.frc.team3501.robot.Constants.Direction; import org.usfirst.frc.team3501.robot.Robot; -import edu.wpi.first.wpilibj.Relay.Direction; import edu.wpi.first.wpilibj.command.Command; /**