We are Stuy Fusion 479, based in NYC, Stuyvesant High School. This is our repo for the 2021-2022 season, Freight Frenzy.
This is our FTC project which utilizes Road Runner. Note: Road Runner is in alpha and many of its APIs are incubating. For more info on how to use Road Runner.
All our files, including gradle, are within this repo. Simply clone and use.
For more detailed instructions on getting Road Runner setup in your own project, see the Road Runner README.
-
Download or clone this repo with
git clone https://github.com/acmerobotics/road-runner-quickstart
. -
Open the project in Android Studio and build
TeamCode
like any otherftc_app
project. -
If you have trouble with multidex, enable proguard by changing
useProguard
totrue
inbuild.common.gradle
.
Check for information on how to get started using RoadRunner, checkout online quickstart documentation.