Move the sensors to offset 0

I keep thinking this is where they are, and it makes sense relative to
everything else.

Change-Id: I5ab2ae279de601b9b3926ff4537809b20e26816e
diff --git a/y2017/wpilib_interface.cc b/y2017/wpilib_interface.cc
index cf2dcad..175e581 100644
--- a/y2017/wpilib_interface.cc
+++ b/y2017/wpilib_interface.cc
@@ -288,7 +288,7 @@
     dma_synchronizer_->Start();
 
     ::aos::time::PhasedLoop phased_loop(::std::chrono::milliseconds(5),
-                                        ::std::chrono::milliseconds(4));
+                                        ::std::chrono::milliseconds(0));
 
     ::aos::SetCurrentThreadRealtimePriority(40);
     while (run_) {