Added April Tag Class and Working Example

This commit is contained in:
2025-11-18 20:22:55 -06:00
parent 6b17bd4d46
commit c7f9028011
4 changed files with 193 additions and 41 deletions

View File

@@ -23,6 +23,17 @@ android {
}
}
repositories {
maven {
url = 'https://maven.brott.dev/'
}
}
dependencies {
implementation project(':FtcRobotController')
implementation "com.acmerobotics.roadrunner:ftc:0.1.25"
implementation "com.acmerobotics.roadrunner:core:1.0.1"
implementation "com.acmerobotics.roadrunner:actions:1.0.1"
implementation "com.acmerobotics.dashboard:dashboard:0.5.1"
}