Skip to content

Commit

Permalink
Fix lock wheels button
Browse files Browse the repository at this point in the history
  • Loading branch information
Craptop committed Nov 10, 2023
1 parent 7e2f950 commit 514032b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@ private void configureButtonBindings() {
// Optional.of(rgbSubsystem),
// Optional.of(will.getHID())));

will.x()
.onTrue(
new EngageCommand(
drivebaseSubsystem, intakeSubsystem, EngageCommand.EngageDirection.GO_BACKWARD));
// will.x()
// .onTrue(
// new EngageCommand(
// drivebaseSubsystem, intakeSubsystem, EngageCommand.EngageDirection.GO_BACKWARD));

// outtake states
jasonLayer
Expand Down

0 comments on commit 514032b

Please sign in to comment.