More Info: https://sites.google.com/view/team10669/ultimate-goal-program?authuser=2
If you need any help understanding this code, feel free to email us at shauryasclutch21@gmail.com, or fill out the form on our site. You can also ask under the "issues" tab.
EasyOpenCV, PID, and servo control is done through FTClib
Odometry, field relative, and the semi-auto code is done through the roadrunner library
Testing is done through FTC Dashboard, which lets us test code without the need for a driver station
EasyOpenCv testing is done through EOCV sim
Option 1: .apk Install
-
Set up EasyOpenCV on your phone
-
Grab the latest .apk from releases
-
Put it on your phone, double tap to install
Option 2: Build From Source
For more detailed instructions on getting Road Runner setup in your own project, see the Road Runner README.
-
Download or clone this repo
-
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
.