Sometimes I’ll see a certain team do something awesome with their software and I’ll try to search for their code. Sometimes a GitHub search will do it, sometimes a Google search will. And other times it’s very difficult to find. So, today I got bored and decided to make a git repository with many team’s repositories using git submodules.
This makes finding other team’s code very easy because everything is in a simple structure (frc/<team number>/<year>).
Currently, I’ve added all of the teams that I could find that are going to the St. Louis Regional, plus a few others. Contributions are welcome and will make this more useful to people other than myself. Make sure you read the contributing file.
Note: This is not a place for you to actually directly commit your code. This uses git submodules to link to other repositories on GitHub (or GitLab, BitBucket, etc).
If something is incorrect or you don’t want your repository to be linked on there, please contact me. I’m not trying to steal code, I just thought this would be cool 