Skip to content

Commit 9856f37

Browse files
committed
LIR day 3 done
1 parent 3d33039 commit 9856f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/wmironpatriots/subsystems/swerve/SwerveConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class SwerveConstants {
5252
Rotation2d.fromRotations(
5353
DriverStation.getAlliance().orElse(Alliance.Blue) == Alliance.Blue ? 0 : 0.5);
5454

55-
public static final double MAX_LINEAR_SPEED = Units.feetToMeters(18);
55+
public static final double MAX_LINEAR_SPEED = Units.feetToMeters(16.5);
5656
public static final double MAX_ANGULAR_SPEED = MAX_LINEAR_SPEED / RADIUS_METERS;
5757

5858
public static final double LINEAR_P = 3.0; // 4.5;

0 commit comments

Comments
 (0)