Skip to content

Commit 4e7ea0a

Browse files
mapping buttons
Co-Authored-By: jayden mendoza <244560677+jaymendo670-png@users.noreply.github.com>
1 parent c823519 commit 4e7ea0a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/java/frc/robot/RobotContainer.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,16 @@ public RobotContainer() {
145145
private void configDriverBindings() {
146146
conDriver.btn_LeftTrigger
147147
.whileTrue(TRY_INTAKING);
148-
conDriver.btn_RightBumper
148+
conDriver.btn_RightStick
149149
.onTrue(TRY_RETRACTING);
150150
conDriver.btn_South
151151
.whileTrue(TRY_EJECTING_HOPPER);
152152
conDriver.btn_East
153153
.whileTrue(TRY_REVERSING_SHOOTER);
154154
conDriver.btn_West
155155
.onTrue(TRY_PREPNEAUTRALTOALLIANCE);
156+
conDriver.btn_LeftStick
157+
.onTrue(TRY_PREPOPPONENTOALLIANCE);
156158
conDriver.btn_RightTrigger
157159
.whileTrue(TRY_SHOOTING);
158160
conDriver.btn_A

0 commit comments

Comments
 (0)