Skip to content

Commit

Permalink
Merge pull request #78 from 2491-NoMythic/changeAngle
Browse files Browse the repository at this point in the history
  • Loading branch information
rflood07 authored Feb 24, 2024
2 parents 3ec94cf + e423255 commit 9e27c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/settings/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ public final class Field{
public static final double SHORT_RANGE_SHOOTING_DIST = 3;

public static final double AMPLIFIER_ANGLE = 101;
public static final double SUBWOOFER_ANGLE = 80;
public static final double SUBWOOFER_ANGLE = 55;
//angle at 60 for bounce techinque, didn't work
}

Expand Down

0 comments on commit 9e27c2f

Please sign in to comment.