Add shooter python codegen

Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: I8b76968b8c7628822136155d7a15a149e6d236d6
diff --git a/y2024/control_loops/superstructure/superstructure_status.fbs b/y2024/control_loops/superstructure/superstructure_status.fbs
index 3a4b443..ceed417 100644
--- a/y2024/control_loops/superstructure/superstructure_status.fbs
+++ b/y2024/control_loops/superstructure/superstructure_status.fbs
@@ -57,6 +57,9 @@
 
   // Estimated angle and angular velocitiy of the climber.
   climber_state:frc971.control_loops.PotAndAbsoluteEncoderProfiledJointStatus (id: 5);
+
+  // Status of the subsytems involved in the shooter
+  shooter_status:ShooterStatus (id: 6);
 }
 
 root_type Status;