https://github.com/montclairrobotics/team555tools
https://github.com/montclairrobotics/team555tools
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/montclairrobotics/team555tools
- Owner: MontclairRobotics
- License: mit
- Created: 2022-04-08T19:38:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T12:34:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T04:26:49.981Z (about 1 year ago)
- Language: Java
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Team555Tools
This repository is a collection of all of the utilities and helper classes and frameworks used by FRC Team 555, *Montclair Robotics*. This collection was started in 2022, and thus does not contain all utility classes ever used by the team.
The project used to develop these utilities is included, and is called *sourceproj*. Only enter this folder if you are curious about the testing used for these classes and algorithms.
For those who want to use these utilities (which I highly suggest, as they are free for all usage under an MIT Lisence), archives containing groupings of utilities and descriptions of their contents can be found in the *archives* folder. In order to use these source files in your code, simply unzip the provided archives and copy them into your java project's root directory. For most FRC use cases, this will be your `src/main/java` folder.
All classes will be located in the `org.team555` package.
The tools used to generate a consistent layout for the archives found in the *archives* folder can be found in the *archiver* folder.