(I am a soap engineer)

This commit is contained in:
Aarav
2023-03-06 19:54:55 -07:00
parent 55b264a700
commit dfc6978186
@@ -153,7 +153,7 @@ public class RobotContainer {
.onTrue(new InstantCommand(() -> m_robotArm.resetTeleSoftLimit(), m_robotArm));
new JoystickButton(getDeadbandedOperatorController(), XboxController.LEFT_BUMPER_BUTTON)
.onTrue(new InstantCommand(() -> {}, m_robotArm, m_robotSwerveDrive /* claw */));
.onTrue(new InstantCommand(() -> {}, m_robotArm, m_robotSwerveDrive, m_robotClaw));
}
/**