update the shooter going the wrong way

This commit is contained in:
Michael Mikovsky
2024-11-05 17:40:26 -07:00
parent 77b3edeb57
commit f8bc6349eb
@@ -26,8 +26,8 @@ public class Shooter extends SubsystemBase
public void spin(double speed)
{
leftShooter.set(speed);
rightShooter.set(speed);
leftShooter.set(-speed);
rightShooter.set(-speed);
}
public void spin()