Add Intake and Drivetrain Wpilib
Signed-off-by: Niko Sohmers <nikolai@sohmers.com>
Change-Id: Ie985062d67da657652fcab87a433ff1529f11d34
diff --git a/y2024/BUILD b/y2024/BUILD
index 7d9ebb8..b362f6c 100644
--- a/y2024/BUILD
+++ b/y2024/BUILD
@@ -136,6 +136,7 @@
"//aos/network:timestamp_fbs",
"//y2024/control_loops/superstructure:superstructure_goal_fbs",
"//frc971/control_loops/drivetrain:drivetrain_can_position_fbs",
+ "//y2024/control_loops/superstructure:superstructure_can_position_fbs",
"//y2024/control_loops/superstructure:superstructure_output_fbs",
"//y2024/control_loops/superstructure:superstructure_position_fbs",
"//y2024/control_loops/superstructure:superstructure_status_fbs",
@@ -249,6 +250,7 @@
"//frc971/wpilib:dma",
"//frc971/wpilib:drivetrain_writer",
"//frc971/wpilib:encoder_and_potentiometer",
+ "//frc971/wpilib:generic_can_writer",
"//frc971/wpilib:joystick_sender",
"//frc971/wpilib:logging_fbs",
"//frc971/wpilib:pdp_fetcher",
@@ -259,6 +261,7 @@
"//third_party:phoenix6",
"//third_party:wpilib",
"//y2024/constants:constants_fbs",
+ "//y2024/control_loops/superstructure:superstructure_can_position_fbs",
"//y2024/control_loops/superstructure:superstructure_output_fbs",
"//y2024/control_loops/superstructure:superstructure_position_fbs",
],