Fixing a typo that affected the module radius for auto path following

This commit is contained in:
Bradley Bickford 2024-03-04 20:25:40 -05:00
parent 08f80562b5
commit 3cd75748cf

View File

@ -24,7 +24,7 @@ public final class AutoConstants {
new PIDConstants(kPXController),
new PIDConstants(kPThetaController),
kMaxSpeedMetersPerSecond,
Units.inchesToMeters(Math.sqrt(Math.pow(14-17.5, 2)+ Math.pow(14-1.75, 2))),
Units.inchesToMeters(Math.sqrt(Math.pow(14-1.75, 2)+ Math.pow(14-1.75, 2))),
new ReplanningConfig()
);