From: WesleyWong-972 Date: Sat, 28 Mar 2026 12:39:36 +0000 (-0700) Subject: new file (Commit farming) X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=b04d5de6bfd724b3f4594d3decf023efefefe5d2;p=FRC2026.git new file (Commit farming) --- diff --git a/src/main/java/frc/robot/constants/ShuttleInterpolation.java b/src/main/java/frc/robot/constants/ShuttleInterpolation.java new file mode 100644 index 0000000..f5ad80c --- /dev/null +++ b/src/main/java/frc/robot/constants/ShuttleInterpolation.java @@ -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