]> git.taranathan.com Git - FRC2026.git/commitdiff
Update Intake.java
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Sat, 21 Feb 2026 19:20:46 +0000 (11:20 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Sat, 21 Feb 2026 19:20:46 +0000 (11:20 -0800)
src/main/java/frc/robot/subsystems/Intake/Intake.java

index 8bfb7f37d2cd6e456b255500371916720dfc4869..fbb59de347cfd27f93afd70ec50d4d13fa233e95 100644 (file)
@@ -190,7 +190,6 @@ public class Intake extends SubsystemBase implements IntakeIO{
     }
 
     public void simulationPeriodic(){
-
         // get the applied motor voltage
         double voltage = rightMotor.getMotorVoltage().getValueAsDouble();