https://github.com/stuypulse/jeffery
StuyPulse's 2023 Research Robot Repository
https://github.com/stuypulse/jeffery
Last synced: 2 months ago
JSON representation
StuyPulse's 2023 Research Robot Repository
- Host: GitHub
- URL: https://github.com/stuypulse/jeffery
- Owner: StuyPulse
- License: mit
- Created: 2023-01-09T04:17:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T21:21:54.000Z (over 2 years ago)
- Last Synced: 2025-03-27T21:04:14.578Z (3 months ago)
- Language: Java
- Homepage:
- Size: 467 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phil
A template repo for a command style robot.
## To Use
- Click `Use this template` in GitHub and create your new repository using the `Phil` template.
- Ensure that the `GradleRIO`, `StuyLib`, and `venderdeps` versions are up-to-date in your new repository.
- Now go Phil up your repository. Godspeed.## To Update | Maintain
- Import project to the latest version of WPILib using the built-in import tool.
- Check that the `GradleRIO` version is up to date.
- Check the latest version of [StuyLib here](https://github.com/StuyPulse/StuyLib/releases) and update the version in `./build.gradle`.
- Update the files in `./venderdeps` with their latest version, checking their respective websites.