Fixing a typo that affected the module radius for auto path following
This commit is contained in:
parent
08f80562b5
commit
3cd75748cf
@ -24,7 +24,7 @@ public final class AutoConstants {
|
|||||||
new PIDConstants(kPXController),
|
new PIDConstants(kPXController),
|
||||||
new PIDConstants(kPThetaController),
|
new PIDConstants(kPThetaController),
|
||||||
kMaxSpeedMetersPerSecond,
|
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()
|
new ReplanningConfig()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user