Skip to content

Commit 67f5339

Browse files
committed
fill gap in shooter table
1 parent 30d3ec9 commit 67f5339

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/frc/robot/Constants.java

+3
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,21 @@ public final class Constants {
2121
public static class ShootingTables{
2222
public static final double[] dist = {
2323
1.31,
24+
2.33,
2425
2.56,
2526
2.77,
2627
3.51
2728
};
2829
public static final double[] velocity = {
2930
53,
3031
73,
32+
73,
3133
74,
3234
75
3335
};
3436
public static final double[] angle = {
3537
25,
38+
42.6,
3639
41,
3740
42.5,
3841
44

0 commit comments

Comments
 (0)