Add Climber Potentiometer to Debugging Site
Signed-off-by: Niko Sohmers <nikolai@sohmers.com>
Change-Id: I804c82d57550e2b92d7879bbc490e7380ccc369c
diff --git a/y2024/control_loops/superstructure/BUILD b/y2024/control_loops/superstructure/BUILD
index 946579b..6c67b26 100644
--- a/y2024/control_loops/superstructure/BUILD
+++ b/y2024/control_loops/superstructure/BUILD
@@ -57,6 +57,18 @@
],
)
+flatbuffer_ts_library(
+ name = "superstructure_position_ts_fbs",
+ srcs = [
+ "superstructure_position.fbs",
+ ],
+ deps = [
+ "//frc971/control_loops:control_loops_ts_fbs",
+ "//frc971/control_loops:profiled_subsystem_ts_fbs",
+ "//frc971/control_loops/drivetrain:drivetrain_can_position_ts_fbs",
+ ],
+)
+
static_flatbuffer(
name = "superstructure_can_position_fbs",
srcs = ["superstructure_can_position.fbs"],