]> git.taranathan.com Git - FRC2026.git/commitdiff
whoops
authormixxlto <maxtan0626@gmail.com>
Mon, 19 Jan 2026 03:26:03 +0000 (19:26 -0800)
committermixxlto <maxtan0626@gmail.com>
Mon, 19 Jan 2026 03:26:03 +0000 (19:26 -0800)
src/main/java/frc/robot/constants/swerve/DriveConstants.java

index 1f7b10deb5f40397e211e96a1ef37f2f274ee626..ea20f665f70fc8655e04f89a0af9bfd0fa751b17 100644 (file)
@@ -204,6 +204,8 @@ public class DriveConstants {
                 DRIVE_GEAR_RATIO = (54.0 / 14.0) * (25.0 / 32.0) * (30.0 / 15.0);
                 STEER_GEAR_RATIO = 287.0 / 11.0;
 
+                MODULE_CONSTANTS = COTSFalconSwerveConstants.SDSMK5n(DRIVE_GEAR_RATIO);
+
             } else if(robotId == RobotId.SwerveCompetition){
                 STEER_OFFSET_FRONT_LEFT = 302.646;
                 STEER_OFFSET_FRONT_RIGHT = 103.039+180;