Update to lazy IMU (fixes #346)

This commit is contained in:
Ryan Brott
2024-01-25 22:27:07 -08:00
parent 5cf1596910
commit c6ef075c48
3 changed files with 9 additions and 13 deletions

View File

@ -33,6 +33,6 @@ dependencies {
implementation project(':FtcRobotController')
annotationProcessor files('lib/OpModeAnnotationProcessor.jar')
implementation "com.acmerobotics.roadrunner:ftc:0.1.11"
implementation "com.acmerobotics.roadrunner:ftc:0.1.12"
implementation "com.acmerobotics.dashboard:dashboard:0.4.14"
}