Move all constants in DeadReckoning to Auton class because it makes more sense
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / driving / TurnForTime.java
2016-02-18 Kevin ZhangMove all constants in DeadReckoning to Auton class...
2016-02-15 Meryem Esacall end in interrupted
2016-02-15 Meryem Esachange code that used setMotorSpeeds method to drive...
2016-02-15 Meryem Esachange code that used setMotorSpeeds method to drive...
2016-02-15 Meryem Esastreamline isFinished
2016-02-15 Meryem Esaadd TODO comment
2016-02-15 Meryem Esacreate dead-reckoning class in Constants.java
2016-02-15 Meryem Esaoverload constructor
2016-02-15 Meryem Esaadd code to stop motors in end()
2016-02-15 Meryem Esamove code in execute() to initilize()
2016-02-15 Meryem Esaadd description, pre and post condition comments
2016-02-15 Meryem Esafill in execute() and isFinished()
2016-02-15 Meryem Esaactually make and initialize fields
2016-02-15 Meryem Esamake and initilize fields
2016-02-15 Meryem Esawrite pseudo code
2016-02-14 Kevin ZhangAdd everything all commands to specific packages