Skip to content

Commit

Permalink
updated offset
Browse files Browse the repository at this point in the history
  • Loading branch information
DriverStationComputer committed Aug 20, 2024
1 parent e56a17d commit f31f209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/carlmontrobotics/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static final class Armc {
public static final boolean ENCODER_INVERTED = true;

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

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

0 comments on commit f31f209

Please sign in to comment.