FRC Team 2879 robot code for the 2017 Steamworks competition, code-named "Newcomen"
To set up this module in your development environment, follow these steps:
- Clone the repository
- Run
gradlew eclipse
for Eclipse, orgradlew idea
for IntelliJ (Linux/Mac users should use./gradlew
instead ofgradlew
.) - Edit the
build.gradle
file to reflect your desired configuration (e.g. changing the team number)
gradlew build
will build your Robot Codegradlew build deploy
will build and deploy your code to the RoboRIO
While at competition and connected to the robot, run with the --offline
flag. e.g. ./gradlew build deploy --offline