Publish the x, y, theta state of the drivetrain
This gives us a start of an on-field position to follow.
Change-Id: Ibdd3f06e1856efd451ceb504801ed32605b5e560
diff --git a/frc971/control_loops/drivetrain/BUILD b/frc971/control_loops/drivetrain/BUILD
index 432dd0e..577250a 100644
--- a/frc971/control_loops/drivetrain/BUILD
+++ b/frc971/control_loops/drivetrain/BUILD
@@ -173,6 +173,7 @@
"//aos/logging:matrix_logging",
"//aos/logging:queue_logging",
"//aos/util:log_interval",
+ "//frc971/control_loops:runge_kutta",
"//frc971/queues:gyro",
"//frc971/wpilib:imu_queue",
],