Skip to content

Commit

Permalink
random message
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammingSR committed Mar 2, 2024
1 parent 35dcab5 commit 0f410cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ public static final class IntakeConstants {
public static final int kArmEncoderChannel = 0;

// In degrees
public static final double kIntakeLoweredAngle = -183;
public static final double kIntakeRaisedAngle = -6;
public static final double kIntakeLoweredAngle = -193;
public static final double kIntakeRaisedAngle = -10;
public static final double kIntakeAmpScoringAngle = -93; // 193 - 100 (previous angle)

/** Encoder offset in rotations */
Expand Down

0 comments on commit 0f410cf

Please sign in to comment.