Skip to content

Commit

Permalink
reverted sob
Browse files Browse the repository at this point in the history
  • Loading branch information
jopy-wng committed Aug 9, 2024
1 parent 6350a7d commit c3f9a40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public Command followPathCommand(PathPlannerPath path) {
new HolonomicPathFollowerConfig(
Motion.XY,
Motion.THETA,
4.9,
Settings.Swerve.MAX_MODULE_SPEED,
Math.hypot(Settings.Swerve.LENGTH, Settings.Swerve.WIDTH),
new ReplanningConfig(false, false)
),
Expand Down Expand Up @@ -269,6 +269,6 @@ public void periodic() {
if (Settings.Vision.IS_ACTIVE.get() && outputs.size() > 0) {
updateEstimatorWithVisionData(outputs);
}

}
}

0 comments on commit c3f9a40

Please sign in to comment.