]> git.taranathan.com Git - FRC2026.git/commitdiff
-modify
authoriefomit <timofei.stem@gmail.com>
Wed, 1 Apr 2026 02:53:43 +0000 (19:53 -0700)
committeriefomit <timofei.stem@gmail.com>
Wed, 1 Apr 2026 02:53:43 +0000 (19:53 -0700)
src/main/java/frc/robot/RobotContainer.java

index 7c5c4add59dbd259b601aa588f7c9aa6b8a5a32e..36abc1cb58f5a41a56ef0db62c1773cddf25dbe0 100644 (file)
@@ -76,16 +76,16 @@ public class RobotContainer {
   // TODO: move to correct robot and put the correct port?
   private PS5Controller ps5 = new PS5Controller(0);
 
-  // Auto Command selection
+  // auto Command selection
   private final SendableChooser<Command> autoChooser = new SendableChooser<>();
 
-  // Custom match timer that counts down each phase
+  // custom match timer that counts down each phase
   private final Timer matchTimer = new Timer();
-  private double currentPhaseDuration = 20.0; // Default auto duration
+  private double currentPhaseDuration = 20.0; // default auto duration
   private boolean timerActive = false;
   private String currentPhase = "none";
   
-  // Phase durations (in seconds) - based on match clock (0:00 to 2:40 = 150s)
+  // phase durations
   private static final double AUTO_DURATION = 20.0;
   private static final double TRANSITION_SHIFT_DURATION = 10.0;
   private static final double SHIFT_DURATION = 25.0;