Skip to content

Commit

Permalink
guys why is constants the only change dfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PatribotsProgramming committed Oct 23, 2024
1 parent dfd32ee commit 908c260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ public static final class AutoConstants {
AutoConstants.XY_CORRECTION_D);

public static final double ROTATION_CORRECTION_P = 3.725;
public static final double ROTATION_CORRECTION_P_TELE = 10.0;
public static final double ROTATION_CORRECTION_P_TELE = 7.0;
public static final double ROTATION_CORRECTION_I = 0;
public static final double ROTATION_CORRECTION_D = 0;

Expand Down Expand Up @@ -799,6 +799,7 @@ public static final class FieldConstants {
public static final double FIELD_HEIGHT_METERS = 8.2112312;
public static final double CHAIN_HEIGHT_METERS = Units.feetToMeters(4);
public static final double SPEAKER_HEIGHT_METERS = 2.082813;

public static final double PASS_HEIGHT_METERS = Units.feetToMeters(9.5);

// Field:
Expand Down

0 comments on commit 908c260

Please sign in to comment.