https://github.com/team1810robotics/2023-scouting-compiler
2023 FRC Charged Up - Compiler Code
https://github.com/team1810robotics/2023-scouting-compiler
Last synced: 8 months ago
JSON representation
2023 FRC Charged Up - Compiler Code
- Host: GitHub
- URL: https://github.com/team1810robotics/2023-scouting-compiler
- Owner: Team1810Robotics
- Created: 2023-01-12T01:45:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T03:33:33.000Z (about 3 years ago)
- Last Synced: 2024-12-30T09:26:14.823Z (over 1 year ago)
- Language: Java
- Size: 296 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2023-Scouting Compiler
this is now set up to find all the csv files in a provided directory.
it only goes one deep so if you have any sub dirs in the main one provided then they will be ignored
the command i used to run this was `gradlew run --args="path/to/project/resources"`. easiest way is to drag the folder onto the terminal
(if on mac add a `./` in front of gradlew e.g. `./gradlew`)
(if it says `permission denied: ./gradlew` then do `chmod +x gradlew` and it should work)