// Called repeatedly when this Command is scheduled to run protected void execute() { m_shooter.buttons(OI.getInstance().getJoystickButton23().get()); m_shooter.shoot(); }
public SetShooterSpeed() { m_shooter = Shooter.getInstance(); requires(m_shooter); }