]> git.taranathan.com Git - FRC2026.git/commitdiff
a
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Fri, 20 Feb 2026 22:12:06 +0000 (14:12 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Fri, 20 Feb 2026 22:12:06 +0000 (14:12 -0800)
src/main/java/frc/robot/subsystems/turret/Turret.java
src/test/java/frc/robot/util/ChineseRemainderTheorem.java [new file with mode: 0644]

index 15d7c1f6e7aba21df7696ed170f6879c34f24142..9792119b769f38b6e4636d51c6665f6722d10e68 100644 (file)
@@ -23,6 +23,7 @@ import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
 import edu.wpi.first.wpilibj2.command.SubsystemBase;
 import frc.robot.constants.Constants;
 import frc.robot.constants.IdConstants;
+import frc.robot.util.ChineseRemainderTheorem;
 
 public class Turret extends SubsystemBase implements TurretIO{
        // Super low magnitude filter for the position to make it less jittery
diff --git a/src/test/java/frc/robot/util/ChineseRemainderTheorem.java b/src/test/java/frc/robot/util/ChineseRemainderTheorem.java
new file mode 100644 (file)
index 0000000..60b04c7
--- /dev/null
@@ -0,0 +1,5 @@
+package frc.robot.util;
+
+public class ChineseRemainderTheorem {
+    
+}