Skip to content

Commit d953eff

Browse files
committed
revert iri changes (am field)
1 parent 294f287 commit d953eff

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/main/java/frc/robot/constants/TagServoingConstants.java

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ public class TagServoingConstants {
4343

4444
// Offsets (left is negative, right is pos)
4545
public static final double[][][] kBlueCoralOffset = {
46-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}},
47-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}},
48-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}},
49-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}},
50-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}},
51-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}}
46+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}},
47+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}},
48+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}},
49+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}},
50+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}},
51+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}}
5252
}; // Alliance relative hexant, level, left/right
5353
public static final double[][][] kRedCoralOffset = {
54-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}},
55-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}},
56-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}},
57-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}},
58-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}},
59-
{{-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}, {-0.00635, -0.00635}}
54+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}},
55+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}},
56+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}},
57+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}},
58+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}},
59+
{{0, 0}, {0, 0}, {0, 0}, {0, 0}}
6060
}; // Alliance relative hexant, level, left/right
6161

6262
// Tag align
@@ -102,7 +102,7 @@ public class TagServoingConstants {
102102

103103
// Reef
104104
public static final Translation2d kBlueReefPose =
105-
new Translation2d(4.489323, 4.02082); // welded: 4.489323, 4.0259
105+
new Translation2d(4.489323, 4.0259); // welded: 4.489323, 4.0259, AM: 4.489323, 4.02082
106106
public static final Translation2d kRedReefPose =
107-
new Translation2d(13.058902, 4.02082); // welded: 13.058902, 4.0259
107+
new Translation2d(13.058902, 4.0259); // welded: 13.058902, 4.0259, AM: 13.058902, 4.02082
108108
}

0 commit comments

Comments
 (0)