fix alot of unnecessary/not used code and init gyroController
authorEvanYap <evanyap.14@gmail.com>
Sat, 4 Feb 2017 23:25:54 +0000 (15:25 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 18:40:48 +0000 (10:40 -0800)
src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java

index 2f9d36477b3af30137811c4bc63e613c68867043..c2e1b6ed5e35db9cf4229c5ef8db3bf79530b6d2 100755 (executable)
@@ -39,10 +39,6 @@ public class TurnForAngle extends Command {
 
     this.gyroController = Robot.getDriveTrain().getGyroController();
 
-<<<<<<< c56ee177a9387e78474e35cbaa7355c443d5ae8a
-=======
-    this.gyroController = Robot.getDriveTrain().getGyroController();
->>>>>>> add seperate pid controllers
     this.gyroController.setDoneRange(1);
     this.gyroController.setMinDoneCycles(5);
   }