]> git.taranathan.com Git - FRC2026.git/commitdiff
added twintake
authoreileha <eileenhan369@gmail.com>
Wed, 25 Mar 2026 23:06:27 +0000 (16:06 -0700)
committereileha <eileenhan369@gmail.com>
Wed, 25 Mar 2026 23:06:27 +0000 (16:06 -0700)
src/main/java/frc/robot/RobotContainer.java
src/main/java/frc/robot/RobotId.java

index e1f8cce2e043f359db590268b7ebb95d41731d07..0905b4e829437d213b5b882b4cf2c9aa4ca76fd8 100644 (file)
@@ -107,6 +107,9 @@ public class RobotContainer {
         turret = new Turret();
         shooter = new Shooter();
         hood = new Hood();
+      
+      case TwinTake:
+        intake = new Intake();
 
       case SwerveCompetition: // AKA "Vantage"
 
index bdd02fd720df4cf22b78ece12fc72286be6fe40c..9def1acd7aead234c5987223da6175cab6031a02 100644 (file)
@@ -10,7 +10,7 @@ import edu.wpi.first.wpilibj.Preferences;
  */
 public enum RobotId {
     Default,
-    PrimeJr, WaffleHouse, SwerveCompetition, Vertigo, Vivace, Phil, BetaBot,
+    PrimeJr, WaffleHouse, TwinTake, SwerveCompetition, Vertigo, Vivace, Phil, BetaBot,
     ClassBot1, ClassBot2, ClassBot3, ClassBot4,
     TestBed1, TestBed2;