Skip to content

Commit

Permalink
Make position tolerance 6 inches
Browse files Browse the repository at this point in the history
Co-Authored-By: Aceius E. <144858100+AceiusRedshift@users.noreply.github.com>
  • Loading branch information
MeowAzalea and AceiusRedshift committed Apr 4, 2024
1 parent 03c2466 commit 308f9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public static class IntakeShooterConstants {
}

public static class RobotMovementConstants {
public static final double POSITION_TOLERANCE_METERS = Units.inchesToMeters(4);
public static final double POSITION_TOLERANCE_METERS = Units.inchesToMeters(6);
public static final double ANGLE_TOLERANCE_RADIANS = Units.degreesToRadians(4);

public static final double ROTATION_PID_P = 0.45;
Expand Down

0 comments on commit 308f9a0

Please sign in to comment.