Skip to content

Commit

Permalink
remove alignment command button :D
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacThoman committed Apr 4, 2024
1 parent 69468af commit bb4552e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private void configureBindings() {

// driver.rightTrigger(0.5).onTrue(swerveSubsystem.getDefaultCommand());

driver.rightBumper().onTrue(new InstantCommand(stateController::scheduleAlignmentCommand,swerveSubsystem));
// driver.rightBumper().onTrue(new InstantCommand(stateController::scheduleAlignmentCommand,swerveSubsystem));
driver.rightBumper().onFalse(swerveSubsystem.getDefaultCommand());


Expand Down

0 comments on commit bb4552e

Please sign in to comment.