Implemented Custom Model, and modified Cone identification state to look for the new models. Also modified steering drive tele op I'm doing.

This commit is contained in:
SpencerPiha
2022-12-04 14:28:34 -06:00
parent efcf34bed1
commit 7d2a0d89ba
5 changed files with 15 additions and 11 deletions

View File

@@ -17,6 +17,9 @@ apply from: '../build.dependencies.gradle'
android {
namespace = 'org.firstinspires.ftc.teamcode'
buildFeatures {
mlModelBinding true
}
packagingOptions {
jniLibs.useLegacyPackaging true