Skip to content

Commit 5fce186

Browse files
committed
fix: add correct moi for arm pivot
Signed-off-by: Dasun Abeykoon <[email protected]>
1 parent 5419b7a commit 5fce186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/frc6423/robot/subsystems/arm/ArmPivot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class ArmPivot extends SubsystemBase implements AutoCloseable {
3535
/** CONSTANTS */
3636
public static final double PIVOT_GEARING = 50;
3737

38-
public static final MomentOfInertia MOI = KilogramSquareMeters.of(0.001);
38+
public static final MomentOfInertia MOI = KilogramSquareMeters.of(0.23381);
3939
public static final Distance LENGTH = Inches.of(7.5);
4040

4141
public static final Angle MIN_ANGLE = Degrees.of(-90);

0 commit comments

Comments
 (0)