Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 338a951

Browse files
committed
Updated Intake offset
In angle 140 -> 150
1 parent c9fa085 commit 338a951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/Intake/IntakeConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public final class IntakeConstants {
1818
public static final int PIVOT_ENCODER = 5;
1919

2020
public static final double PIVOT_OUT_ANGLE = -65; //57
21-
public static final double PIVOT_IN_ANGLE = 140;//145;//157
21+
public static final double PIVOT_IN_ANGLE = 150;//145;//157
2222
public static final double PIVOT_HORIZONTAL_ANGLE = 29; // needs to be confirmed with testing
2323

2424
public static final double ROLLER_FEED_SHOOTER_SPEED = -12;

0 commit comments

Comments
 (0)