]> git.taranathan.com Git - FRC2026.git/commitdiff
changed the mass
authoreileha <eileenhan369@gmail.com>
Tue, 27 Jan 2026 01:25:49 +0000 (17:25 -0800)
committereileha <eileenhan369@gmail.com>
Tue, 27 Jan 2026 01:25:49 +0000 (17:25 -0800)
src/main/java/frc/robot/constants/swerve/DriveConstants.java

index b489d6aab210c1f5b42f71abc6dd996041e6702b..5492f69df25cdb0189645a4ea8bd7294449991c0 100644 (file)
@@ -25,7 +25,7 @@ public class DriveConstants {
      */
     public static final double ROBOT_WIDTH_WITH_BUMPERS = 0.832;
 
-    public static double ROBOT_MASS = 25;
+    public static double ROBOT_MASS = 31;
 
     /** Radius of the drive wheels [meters]. */
     public static final double WHEEL_RADIUS = Units.inchesToMeters(1.95);