]> git.taranathan.com Git - FRC2026.git/commitdiff
Update AutoShootCommand.java
authormixxlto <maxtan0626@gmail.com>
Fri, 13 Feb 2026 20:01:04 +0000 (12:01 -0800)
committermixxlto <maxtan0626@gmail.com>
Fri, 13 Feb 2026 20:01:04 +0000 (12:01 -0800)
src/main/java/frc/robot/commands/gpm/AutoShootCommand.java

index 30e30b616138f5b1039865cf39e6b241ccfe920f..bdd01ed205e3fa5bbd52c07d3e7be4e6f58f55f4 100644 (file)
@@ -94,7 +94,7 @@ public class AutoShootCommand extends Command {
                                FieldConstants.getHubTranslation().minus(new Translation3d(drivepose.getTranslation())),
                                8.0); // Random initial goalState to prevent it being null
         
-        addRequirements(turret, hood);
+        addRequirements(turret, hood, shooter);
     }
 
     public void updateSetpoints(Pose2d drivepose) {