move pidcontroller into drivetrain
authorEvanYap <evanyap.14@gmail.com>
Sat, 4 Feb 2017 21:23:29 +0000 (13:23 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 18:44:57 +0000 (10:44 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java

index 633b12b4f78298ff07c348f08837ccf55010b9a7..62edcd1d9ad9530566e555762c7d4b885b98020f 100644 (file)
@@ -95,10 +95,13 @@ public class DriveTrain extends Subsystem {
     return this.driveController;
   }
 
+<<<<<<< HEAD
   public PIDController getGyroController() {
     return this.gyroController;
   }
 
+=======
+>>>>>>> move pidcontroller into drivetrain
   public static DriveTrain getDriveTrain() {
     if (driveTrain == null) {
       driveTrain = new DriveTrain();