Skip to content

Commit f31f209

Browse files
updated offset
1 parent e56a17d commit f31f209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/carlmontrobotics/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public static final class Armc {
120120
public static final boolean ENCODER_INVERTED = true;
121121

122122
// difference between CoG and arm is .328 rad
123-
public static final double ENCODER_OFFSET_RAD = -0.145;
123+
public static final double ENCODER_OFFSET_RAD = 6.132;
124124
// 0.08 + .328 - 0.404; // - 0.6095;
125125

126126
// TODO: finish understand why this is broken public static final Measure<Angle>

0 commit comments

Comments
 (0)