A template repo for a command style robot.
- Click
Use this templatein GitHub and create your new repository using thePhiltemplate. - Ensure that the
GradleRIO,StuyLib, andvenderdepsversions are up-to-date in your new repository. - Now go Phil up your repository. Godspeed.
Do not use the automatic import project tool. Instead,
- Change the 'frcYear' to the current year in
settings.gradle. - Check that the
GradleRIOversion is up to date in./build.gradle. - Check the latest version of StuyLib here and update the version in
./build.gradle. - Manually update the files ('frcYear', 'version', URLS) in
./venderdepswith their latest version, checking their respective websites, or import new versions using WPILib vendor dependencies.