Replaced color sensor with distance sensor

This commit is contained in:
robotics2
2023-11-16 17:07:36 -08:00
parent 81e0825fea
commit e3a3bdfb3b
5 changed files with 43 additions and 59 deletions

View File

@ -26,8 +26,4 @@ android {
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'
}
}