]> git.taranathan.com Git - FRC2026.git/commitdiff
added spindexer
authorWesley28w <wesleycwong@gmail.com>
Fri, 27 Mar 2026 15:13:06 +0000 (08:13 -0700)
committerWesley28w <wesleycwong@gmail.com>
Fri, 27 Mar 2026 15:13:06 +0000 (08:13 -0700)
src/main/java/frc/robot/RobotContainer.java

index 9dfd8114d7acf07740ffebd09f601fd47ade4d5b..751d162805f7431d52dab0c9c1c1bd38eaf0a2ca 100644 (file)
@@ -111,6 +111,7 @@ public class RobotContainer {
         hood = new Hood();
       
       case TwinBot:
+        spindexer = new Spindexer();
         intake = new Intake();
 
       case SwerveCompetition: // AKA "Vantage"