Add intake flatbuffers

Signed-off-by: Aryan Khanna <aryankhanna0312@gmail.com>
Change-Id: I518b5e073abb92868b5e7b8a4fe6971e774c8b21
diff --git a/y2024/control_loops/superstructure/superstructure_position.fbs b/y2024/control_loops/superstructure/superstructure_position.fbs
index 83d3d23..0bb5ae8 100644
--- a/y2024/control_loops/superstructure/superstructure_position.fbs
+++ b/y2024/control_loops/superstructure/superstructure_position.fbs
@@ -1,8 +1,11 @@
 include "frc971/control_loops/control_loops.fbs";
+include "frc971/control_loops/profiled_subsystem.fbs";
 
 namespace y2024.control_loops.superstructure;
 
 table Position {
+    // Values of the encoder and potentiometer at the intake pivot
+    intake_pivot:frc971.PotAndAbsolutePosition (id: 0);
 }
 
 root_type Position;