Robot for FIRST POWER UP 2018
- Clone this repo
- Run
./gradlewto download gradle and needed FRC libraries - Run
./gradlew tasksto see available build options - Enjoy!
- Run
./gradlew eclipse - Open Eclipse and go to "File > Open Projects" from "File System..."
- Set the import source to the
FRC-2018folder then click finish
- Run
./gradlew idea - Open the
FRC-2018.iprfile with IntelliJ
- Run
./gradlew buildto build the code. Use the--infoflag for more details - Run
./gradlew deployto deploy to the robot in Terminal (Mac) or Powershell (Windows)
- Open up gradle
- under task folder select build and under embeddedtools select deploy and right click to assign shortcut
- make sure to save as single instance only