Drive view use feedforward factory (fixes #258)

This commit is contained in:
Ryan Brott
2023-10-15 09:10:55 -07:00
parent 57db0dc66b
commit 42246e0296
2 changed files with 3 additions and 3 deletions

View File

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