]> git.taranathan.com Git - FRC2026.git/commitdiff
new file (Commit farming)
authorWesleyWong-972 <wesleycwong@gmail.com>
Sat, 28 Mar 2026 12:39:36 +0000 (05:39 -0700)
committerWesleyWong-972 <wesleycwong@gmail.com>
Sat, 28 Mar 2026 12:39:36 +0000 (05:39 -0700)
src/main/java/frc/robot/constants/ShuttleInterpolation.java [new file with mode: 0644]

diff --git a/src/main/java/frc/robot/constants/ShuttleInterpolation.java b/src/main/java/frc/robot/constants/ShuttleInterpolation.java
new file mode 100644 (file)
index 0000000..f5ad80c
--- /dev/null
@@ -0,0 +1,11 @@
+
+// i'm going to get so many lines of code from this :) - Wesley
+public class ShuttleInterpolation {
+    public static final IntpolationDoubleTreeMap timeOfFlightMap = new InterpolationDoubleTreeMap();
+    public static final IntpolationDoubleTreeMap timeOfFlightMap = new InterpolationDoubleTreeMap();
+
+    static {
+        
+    }
+
+}
\ No newline at end of file