Skip to content

Commit

Permalink
changed replanningConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ori-coval committed Jan 19, 2024
1 parent 2893c1f commit dfe97bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ public static final class AutoConstants { //TODO: The below constants are used i
Math.sqrt(Math.pow((Constants.Swerve.wheelBase / 2), 2)
+ Math.pow((Constants.Swerve.trackWidth / 2), 2));

public static final ReplanningConfig replanningConfig =
new ReplanningConfig(true, true,
0.5, 1);
public static final ReplanningConfig replanningConfig = new ReplanningConfig(true, true);

public static final PathConstraints pathConstraints = new PathConstraints(kMaxSpeedMetersPerSecond, kMaxAccelerationMetersPerSecondSquared, kMaxAngularSpeedRadiansPerSecond, kMaxAngularSpeedRadiansPerSecondSquared);

Expand Down

0 comments on commit dfe97bb

Please sign in to comment.