From: Meryem Esa Date: Sun, 14 Feb 2016 18:54:04 +0000 (-0800) Subject: add TODO comment X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=3b2cd17d5ef52c0be9952848789512f2a965b266 add TODO comment --- diff --git a/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForTime.java b/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForTime.java index acddeaa5..3a5f61ba 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForTime.java +++ b/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForTime.java @@ -16,6 +16,9 @@ import edu.wpi.first.wpilibj.command.Command; * post-condition: robot has turned in the specified direction for the specified * time * + * TODO: test for speed/ time constants for specific angles (ex. 30 degrees, 60 + * degrees, 90 degrees) + * * @author Meryem, Avi, and Sarvesh * */