Delete code in autonomousInit
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Robot.java
index 5f4715cb6ac2e9b1fcb8a7e1bef891cc95163eae..fe515f2af33bd6e9e03a913a68f82bf0d3cf7cc7 100644 (file)
@@ -37,8 +37,11 @@ public class Robot extends IterativeRobot {
     return Intake.getIntake();
   }
 
+  // If the gear values do not match in the left and right piston, then they are
+  // both set to high gear
   @Override
   public void autonomousInit() {
+    driveTrain.setHighGear();
   }
 
   @Override
@@ -49,6 +52,7 @@ public class Robot extends IterativeRobot {
 
   @Override
   public void teleopInit() {
+
   }
 
   @Override