https://github.com/stuypulse/drivetrainsimulation
https://github.com/stuypulse/drivetrainsimulation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stuypulse/drivetrainsimulation
- Owner: StuyPulse
- License: mit
- Created: 2022-04-08T21:12:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T04:31:58.000Z (about 3 years ago)
- Last Synced: 2025-01-16T13:59:07.370Z (4 months ago)
- Language: Java
- Size: 552 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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.