We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d33039 commit 9856f37Copy full SHA for 9856f37
src/main/java/wmironpatriots/subsystems/swerve/SwerveConstants.java
@@ -52,7 +52,7 @@ public class SwerveConstants {
52
Rotation2d.fromRotations(
53
DriverStation.getAlliance().orElse(Alliance.Blue) == Alliance.Blue ? 0 : 0.5);
54
55
- public static final double MAX_LINEAR_SPEED = Units.feetToMeters(18);
+ public static final double MAX_LINEAR_SPEED = Units.feetToMeters(16.5);
56
public static final double MAX_ANGULAR_SPEED = MAX_LINEAR_SPEED / RADIUS_METERS;
57
58
public static final double LINEAR_P = 3.0; // 4.5;
0 commit comments