This repo is the C++ code for FRC Team 1771's 2018 Power Up robot.
This was built on a macOS High Sierra system and a Debian 4.9.0-3-amd64 system.
If building on your machine run ./gradlew installToolchain
to install the FRC C++ toolchains.
To build locally run:
./gradlew build
To deploy to roborio run:
./gradlew deploy
- GradleRIO - The C++ gradle framework used
- Justin DeSimpliciis - Initial & Ongoing work - jscd