Add turret to intake collision avoidance

Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: Idca062b4ff7ddca289581baf032736dadbf71e8c
diff --git a/y2024/control_loops/superstructure/superstructure_status.fbs b/y2024/control_loops/superstructure/superstructure_status.fbs
index 7b7912e..872fb21 100644
--- a/y2024/control_loops/superstructure/superstructure_status.fbs
+++ b/y2024/control_loops/superstructure/superstructure_status.fbs
@@ -91,6 +91,9 @@
 
   // State of the extender rollers
   extend_roller:ExtendRollerStatus (id: 8);
+
+  // The status of if the turret and intake is colliding
+  collided: bool (id: 9);
 }
 
 root_type Status;