Skip to content

Commit

Permalink
Updated passing heading tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
danjburke12 committed Apr 4, 2024
1 parent d67dd84 commit 735dd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/team1701/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public static final class Shooter {
public static final Rotation2d kShooterUpperLimit = Rotation2d.fromDegrees(58);
public static final Rotation2d kShooterLowerLimit = Rotation2d.fromDegrees(12.5);

public static final Rotation2d kPassingHeadingTolerance = Rotation2d.fromRadians(0.1);
public static final Rotation2d kPassingHeadingTolerance = Rotation2d.fromRadians(0.05);

public static final double kShooterAxisHeight = Units.inchesToMeters(7.52);
public static final Rotation2d kShooterReleaseAngle = Rotation2d.fromDegrees(-2);
Expand Down

0 comments on commit 735dd99

Please sign in to comment.