Zero the swerve test drivebase
Update the constants to accommodate zeroing and zero the wheels on the
swerve base.
Change-Id: I448deca4ff1bb776072db631c7327a8cc33fbbc8
Signed-off-by: James Kuszmaul <jabukuszmaul+collab@gmail.com>
diff --git a/y2024_swerve/constants/BUILD b/y2024_swerve/constants/BUILD
index ec06099..42cff81 100644
--- a/y2024_swerve/constants/BUILD
+++ b/y2024_swerve/constants/BUILD
@@ -54,6 +54,7 @@
deps = [
"//frc971/control_loops:profiled_subsystem_fbs",
"//frc971/control_loops/drivetrain:drivetrain_config_fbs",
+ "//frc971/control_loops/swerve:swerve_zeroing_fbs",
"//frc971/vision:calibration_fbs",
"//frc971/vision:target_map_fbs",
"//frc971/wpilib/swerve:swerve_constants_fbs",