Switched to 5ms cycles on the control loops.

Change-Id: I1aae3b30a9c422f1920ccb1c15e035ae847f85a9
diff --git a/y2014/control_loops/shooter/shooter.q b/y2014/control_loops/shooter/shooter.q
index 009e20e..eaaaa2e 100644
--- a/y2014/control_loops/shooter/shooter.q
+++ b/y2014/control_loops/shooter/shooter.q
@@ -49,6 +49,10 @@
     // What we think the current position of the hard stop on the shooter is, in
     // shot power (Joules).
     double hard_stop_power;
+
+    double absolute_position;
+    double absolute_velocity;
+    uint32_t state;
   };
 
   queue Goal goal;