Skip to content

Commit

Permalink
remove requirements from intake command
Browse files Browse the repository at this point in the history
  • Loading branch information
audreypj committed Mar 19, 2024
1 parent e388add commit e0f1284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/IntakeCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public IntakeCommand(
this.pivotSubsystem = pivotSubsystem;

// Use addRequirements() here to declare subsystem dependencies.
addRequirements(intakeSubsystem, shooterSubsystem, pivotSubsystem);
// addRequirements(intakeSubsystem, shooterSubsystem, pivotSubsystem);
}

// Called when the command is initially scheduled.
Expand Down

0 comments on commit e0f1284

Please sign in to comment.