mirror of
https://github.com/TimeCrafters/CenterStage
synced 2025-12-15 16:52:35 +00:00
TeleOp heading lock and added acme robotics library
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google() // Needed for androidx
|
||||
flatDir {
|
||||
dirs rootProject.file('libs')
|
||||
}
|
||||
maven { url = 'https://maven.brott.dev/' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -15,6 +19,7 @@ dependencies {
|
||||
implementation 'org.firstinspires.ftc:Vision:9.0.1'
|
||||
implementation 'org.firstinspires.ftc:gameAssets-CenterStage:1.0.0'
|
||||
implementation 'org.tensorflow:tensorflow-lite-task-vision:0.4.3'
|
||||
implementation 'com.acmerobotics.dashboard:dashboard:0.4.8'
|
||||
runtimeOnly 'org.tensorflow:tensorflow-lite:2.12.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user