commented out 'switch front of drivetrain' stuff
authorCindy Zhang <cindyzyx9@gmail.com>
Thu, 6 Oct 2016 01:50:30 +0000 (18:50 -0700)
committerCindy Zhang <cindyzyx9@gmail.com>
Thu, 6 Oct 2016 01:50:30 +0000 (18:50 -0700)
src/org/usfirst/frc/team3501/robot/Robot.java

index be86bc2935465efb2d34ffb38f27dd226baf8456..60857f5cba1483dd712f6d334eef1bdb14a9800d 100644 (file)
@@ -48,10 +48,10 @@ public class Robot extends IterativeRobot {
   public void autonomousInit() {
     // get options chosen from drop down menu
 
-    isFront = (boolean) frontChooser.getSelected();
+    //isFront = (boolean) frontChooser.getSelected();
 
-    if (!isFront)
-      driveTrain.toggleFlipped();
+    //if (!isFront)
+    //  driveTrain.toggleFlipped();
 
     Scheduler.getInstance().add(new TimeDrive(.6, 4));
   }