We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5419b7a commit 5fce186Copy full SHA for 5fce186
src/main/java/org/frc6423/robot/subsystems/arm/ArmPivot.java
@@ -35,7 +35,7 @@ public class ArmPivot extends SubsystemBase implements AutoCloseable {
35
/** CONSTANTS */
36
public static final double PIVOT_GEARING = 50;
37
38
- public static final MomentOfInertia MOI = KilogramSquareMeters.of(0.001);
+ public static final MomentOfInertia MOI = KilogramSquareMeters.of(0.23381);
39
public static final Distance LENGTH = Inches.of(7.5);
40
41
public static final Angle MIN_ANGLE = Degrees.of(-90);
0 commit comments