]> git.taranathan.com Git - FRC2026.git/commitdiff
revert
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Mon, 16 Feb 2026 20:11:30 +0000 (12:11 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Mon, 16 Feb 2026 20:11:30 +0000 (12:11 -0800)
src/main/java/frc/robot/subsystems/turret/Turret.java

index 0954052c452b6def97b58b2928b6e82ea3ebf610..d513f768f680a04e814aa24c8fb823a2f008455e 100644 (file)
@@ -48,6 +48,7 @@ public class Turret extends SubsystemBase implements TurretIO{
 
        private final LinearFilter setpointFilter = LinearFilter.singlePoleIIR(0.02
        , 0.02);
+       //hello
 
 
     private final TurretIOInputsAutoLogged inputs = new TurretIOInputsAutoLogged();