Shooter gains fix

This commit is contained in:
Rishabh
2020-02-11 20:07:35 -07:00
parent 84ad7c156d
commit ee9bd4d301
3 changed files with 14 additions and 17 deletions
@@ -137,7 +137,7 @@ public class RobotContainer {
/* Storage Neo PID Test */
new JoystickButton(getOperatorJoystick(), XboxController.A_BUTTON)
.whileHeld(new RunCommand(() -> m_robotStorage.runStoragePositionPID(0.5, 0.2, 0.0, 0.0, 0.0, 0.0, 1, -1)));
.whileHeld(new RunCommand(() -> m_robotStorage.runStoragePositionPID(0.5)));
}
/**