Update RobotContainer.java

This commit is contained in:
‮Aarav Shah
2022-02-18 17:20:49 -07:00
parent 006f38d786
commit 1c79102077
@@ -114,7 +114,6 @@ public class RobotContainer {
new JoystickButton(getOperatorJoystick(), XboxController.Y_BUTTON)
.whenPressed(() -> m_robotHood.runHood(0.5d))
.whenReleased(() -> m_robotHood.runHood(0.d));
new JoystickButton(getOperatorJoystick()
}
/**
* Use this to pass the autonomous command to the main {@link Robot} class.