Skip to content

Commit

Permalink
new offset
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammingSR committed Apr 19, 2024
1 parent e9c2034 commit 5233543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static final class IntakeConstants {
public static final double kIntakeAmpScoringAngle = -71; // 193 - 100 (previous angle)

/** Encoder offset in rotations */
public static final double kArmEncoderOffset = 0.715;
public static final double kArmEncoderOffset = 0.259;

public static final double kIntakeSpeed = 0.5;

Expand Down

0 comments on commit 5233543

Please sign in to comment.