Add shooter subsystems to the constants
Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: I50f0b5e547890a244ed86bfe63348fc78b8173b6
diff --git a/y2024/constants/BUILD b/y2024/constants/BUILD
index 1f25bcb..737b976 100644
--- a/y2024/constants/BUILD
+++ b/y2024/constants/BUILD
@@ -24,7 +24,11 @@
]) + [
"//y2024/control_loops/superstructure/intake_pivot:intake_pivot_json",
"//y2024/control_loops/superstructure/climber:climber_json",
+ "//y2024/control_loops/superstructure/catapult:catapult_json",
+ "//y2024/control_loops/superstructure/altitude:altitude_json",
+ "//y2024/control_loops/superstructure/turret:turret_json",
"//y2024/control_loops/drivetrain:drivetrain_config.json",
+ "//y2024/constants/calib_files",
"common.json",
"common.jinja2",
"//y2024/vision/maps",
@@ -44,8 +48,11 @@
"common.json",
"//y2024/constants/calib_files",
"//y2024/control_loops/drivetrain:drivetrain_config.json",
+ "//y2024/control_loops/superstructure/altitude:altitude_json",
+ "//y2024/control_loops/superstructure/catapult:catapult_json",
"//y2024/control_loops/superstructure/climber:climber_json",
"//y2024/control_loops/superstructure/intake_pivot:intake_pivot_json",
+ "//y2024/control_loops/superstructure/turret:turret_json",
"//y2024/vision/maps",
],
parameters = {},