disabled road runner localizer adapters to reduce number of gradle dependencies

This commit is contained in:
brotherhobo
2024-05-14 08:39:48 -04:00
parent 168537cb28
commit 52f3cb91ae
7 changed files with 491 additions and 495 deletions

View File

@ -27,7 +27,5 @@ dependencies {
implementation project(':FtcRobotController')
annotationProcessor files('lib/OpModeAnnotationProcessor.jar')
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7'
implementation 'com.acmerobotics.roadrunner:core:0.5.6'
}