From c9316cebc30f37d2d79f0518c39106decfa85209 Mon Sep 17 00:00:00 2001 From: Team 2648 Date: Mon, 19 May 2025 01:48:50 -0400 Subject: [PATCH] end of mayhem --- src/main/java/frc/robot/constants/DrivetrainConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/frc/robot/constants/DrivetrainConstants.java b/src/main/java/frc/robot/constants/DrivetrainConstants.java index 10c35c2..dbe9aa2 100644 --- a/src/main/java/frc/robot/constants/DrivetrainConstants.java +++ b/src/main/java/frc/robot/constants/DrivetrainConstants.java @@ -13,7 +13,7 @@ import edu.wpi.first.wpilibj2.command.sysid.SysIdRoutine.Config; public class DrivetrainConstants { // Driving Parameters - Note that these are not the maximum capable speeds of // the robot, rather the allowed maximum speeds - public static final double kMaxSpeedMetersPerSecond = 5.5; + public static final double kMaxSpeedMetersPerSecond = 5.5 * 0.75; public static final double kMaxAngularSpeed = 2 * Math.PI; // radians per second // Chassis configuration