Add SparkMax and fix arm mode issues

This commit is contained in:
Michael Mikovsky
2026-03-25 11:39:55 -06:00
parent c6b0d29acd
commit 7eba3d8faa
6 changed files with 159 additions and 18 deletions
@@ -134,7 +134,7 @@ public class RobotContainer {
private Command RobotRev = new SequentialCommandGroup(
new InstantCommand(() -> m_robotShooter.spinUpShooting(), m_robotShooter),
IntakeExtended,
new InstantCommand(() -> m_robotIntake.setMode(IntakeMode.RollerStop), m_robotIntake)
new InstantCommand(() -> m_robotIntake.setMode(IntakeMode.Idle), m_robotIntake)
);
private Command RobotShootDriving = new SequentialCommandGroup(