Added hood queue messages to the superstructure

Change-Id: Ic7f86e79fe8fa85cf2ce9d0659c803b9d29b0ba3
diff --git a/y2020/control_loops/superstructure/superstructure_status.fbs b/y2020/control_loops/superstructure/superstructure_status.fbs
index d0e9266..8c29e23 100644
--- a/y2020/control_loops/superstructure/superstructure_status.fbs
+++ b/y2020/control_loops/superstructure/superstructure_status.fbs
@@ -10,6 +10,8 @@
   // If true, we have aborted. This is the or of all subsystem estops.
   estopped:bool;
 
+  //Subsystem status.
+  hood:frc971.control_loops.AbsoluteEncoderProfiledJointStatus;
 }
 
 root_type Status;