We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac68a0 commit b016b19Copy full SHA for b016b19
src/main/java/frc/robot/driver/DriverXbox.java
@@ -216,8 +216,8 @@ public void setupTeleopButtons() {
216
controller.leftTrigger().whileTrue(new SetElevatorState(ElevatorSubsystem.State.kAlgaeIntake));
217
218
219
- // controller.povLeft().whileTrue(mLineupMaster.directDriveToNearestLeftBranch());
220
- // controller.povRight().whileTrue(mLineupMaster.directDriveToNearestRightBranch());
+ controller.povLeft().whileTrue(mLineupMaster.directDriveToNearestLeftBranch());
+ controller.povRight().whileTrue(mLineupMaster.directDriveToNearestRightBranch());
221
222
//Align to Reef
223
// controller.povLeft().whileTrue(new DriveToPoseCommand(
0 commit comments