Servo now routed for gear.

Change-Id: Ifee31cb80bbdfbcf4ef900fe701f578987e9d7e5
diff --git a/y2017/control_loops/superstructure/superstructure.q b/y2017/control_loops/superstructure/superstructure.q
index dbd4819..c7283b2 100644
--- a/y2017/control_loops/superstructure/superstructure.q
+++ b/y2017/control_loops/superstructure/superstructure.q
@@ -21,6 +21,9 @@
 
   // If true, disable the intake so we can hang.
   bool disable_intake;
+
+  // The gear servo value.
+  double gear_servo;
 };
 
 struct IndexerGoal {
@@ -231,6 +234,8 @@
     double voltage_turret;
     double voltage_hood;
 
+    double gear_servo;
+
     // If true, the lights are on.
     bool lights_on;