Skip to content

Commit 0d86408

Browse files
committed
Update wheel size
1 parent 70d6cd5 commit 0d86408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/Constants/SwerveConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private static SwerveConfig generateConfiguration() {
6363
.withKD(0.972)
6464
.withStaticFeedforwardSign(StaticFeedforwardSignValue.UseVelocitySign),
6565
Amps.of(60)),
66-
Wheel.BILLET.withDiameter(Inches.of(3.875)),
66+
Wheel.BILLET.withDiameter(Inches.of(3.9052667792884215)),
6767
new DriveGains(new PIDConstants(1.0, 0.0, 0.2), new PIDConstants(1.0, 0.0, 0.2))
6868
.withFineTranslation(new PIDConstants(3.5, 0.0, 1.5))
6969
.withFineRotation(new PIDConstants(3.5, 0.0, 1.5)))

0 commit comments

Comments
 (0)