add seperate pid controllers
authorEric Sandoval <harpnart@gmail.com>
Sat, 4 Feb 2017 23:17:24 +0000 (15:17 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 18:40:45 +0000 (10:40 -0800)
src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java

index c2e1b6ed5e35db9cf4229c5ef8db3bf79530b6d2..2f9d36477b3af30137811c4bc63e613c68867043 100755 (executable)
@@ -39,6 +39,10 @@ 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);
   }