Small tweakin (im tweakin)

This commit is contained in:
Abhishrek05
2024-02-14 19:44:24 -07:00
parent 3276f6fc39
commit ffaa1cd8f1
4 changed files with 7 additions and 4 deletions
@@ -79,7 +79,7 @@ public class RobotContainer {
private SequentialCommandGroup intakeInToOut = new SequentialCommandGroup(
new InstantCommand(() -> m_robotIntake.rotateArmOut2(), m_robotIntake),
new RunCommand(() -> m_robotIntake.limitNote(), m_robotIntake).until(m_robotIntake.getArmFowardLimitState()),
new InstantCommand(() -> m_robotShooter.idle(), m_robotShooter)
new InstantCommand(() -> m_robotShooter.spin(), m_robotShooter)
);
private SequentialCommandGroup i = new SequentialCommandGroup(