Added IMU assisted motion states for Localization testing. Fixed bug in ActionConfig

This commit is contained in:
RobotNRP
2020-10-06 19:12:54 -05:00
parent 9bef2bec90
commit 3556ecf9b8
6 changed files with 172 additions and 3 deletions

View File

@@ -20,4 +20,5 @@ repositories {
dependencies {
annotationProcessor files('lib/OpModeAnnotationProcessor.jar')
implementation project(path: ':TimeCraftersConfigurationTool')
}