Skip to content

Commit b016b19

Browse files
committed
button bindings uncommented
1 parent 3ac68a0 commit b016b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/frc/robot/driver/DriverXbox.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ public void setupTeleopButtons() {
216216
controller.leftTrigger().whileTrue(new SetElevatorState(ElevatorSubsystem.State.kAlgaeIntake));
217217

218218

219-
// controller.povLeft().whileTrue(mLineupMaster.directDriveToNearestLeftBranch());
220-
// controller.povRight().whileTrue(mLineupMaster.directDriveToNearestRightBranch());
219+
controller.povLeft().whileTrue(mLineupMaster.directDriveToNearestLeftBranch());
220+
controller.povRight().whileTrue(mLineupMaster.directDriveToNearestRightBranch());
221221

222222
//Align to Reef
223223
// controller.povLeft().whileTrue(new DriveToPoseCommand(

0 commit comments

Comments
 (0)