Added RGB lights.

Change-Id: Ibc4438acd7c678ebf2ed7c621875d9c6364637d1
diff --git a/y2017/control_loops/superstructure/superstructure.q b/y2017/control_loops/superstructure/superstructure.q
index 70508a9..dbd4819 100644
--- a/y2017/control_loops/superstructure/superstructure.q
+++ b/y2017/control_loops/superstructure/superstructure.q
@@ -233,6 +233,10 @@
 
     // If true, the lights are on.
     bool lights_on;
+
+    bool red_light_on;
+    bool green_light_on;
+    bool blue_light_on;
   };
 
   queue Goal goal;