From b04d5de6bfd724b3f4594d3decf023efefefe5d2 Mon Sep 17 00:00:00 2001 From: WesleyWong-972 Date: Sat, 28 Mar 2026 05:39:36 -0700 Subject: [PATCH] new file (Commit farming) --- .../frc/robot/constants/ShuttleInterpolation.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/java/frc/robot/constants/ShuttleInterpolation.java 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 -- 2.39.5