Skip to content

Commit

Permalink
fix funny
Browse files Browse the repository at this point in the history
  • Loading branch information
audreypj committed Oct 25, 2023
1 parent dc1c86b commit b9e9e97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,9 @@ public static final class Setpoints {

public static final double ANGLE_EPSILON = 0.5;
public static final double HEIGHT_EPSILON = 5;
c static final double ANGULAR_OFFSET = 0;
public static final double ANGULAR_OFFSET = 0;
}

}

public static final class Intake {

Expand Down

0 comments on commit b9e9e97

Please sign in to comment.