Skip to content

Commit

Permalink
Update RobotContainer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-star authored Jan 31, 2024
1 parent 94dadef commit ed7fd69
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,7 @@ private void configureDriverBindings() {
driver.y().onTrue(intake.outCommand());

driver.x().onTrue(intake.stopCommand());

// driver.rightStick().whileTrue(
// Command.findSnapSpeed(
// swerve.getPose().getRotation()

// )
// );


driver.rightStick().whileTrue(
Commands.sequence(
swerve.getDriveCommand(
Expand Down

0 comments on commit ed7fd69

Please sign in to comment.