]> git.taranathan.com Git - FRC2026.git/commitdiff
Merge branch 'main' into elastic
authoriefomit <timofei.stem@gmail.com>
Sun, 22 Mar 2026 02:08:52 +0000 (19:08 -0700)
committeriefomit <timofei.stem@gmail.com>
Sun, 22 Mar 2026 02:08:52 +0000 (19:08 -0700)
1  2 
src/main/java/frc/robot/RobotContainer.java

index 50743b448145a330c7870eece98fb7a30da62ae5,fe64006ac8a073db57615b136e6f5a1cc302f3eb..230da81a235ea9979b7bc99537653e7ac294980d
@@@ -87,10 -86,7 +86,9 @@@ public class RobotContainer 
      // display the current robot id on smartdashboard
      SmartDashboard.putString("RobotID", robotId.toString());
  
 +    SmartDashboard.putNumber("Match Time", 0.0);
 +
      // Filling the SendableChooser on SmartDashboard
-     // autoChooserInit();
  
      // dispatch on the robot
      switch (robotId) {