]> git.taranathan.com Git - FRC2026.git/commitdiff
Merge branch 'ValenceV2' into week5shuttling
authoriefomit <timofei.stem@gmail.com>
Sun, 29 Mar 2026 18:46:10 +0000 (11:46 -0700)
committeriefomit <timofei.stem@gmail.com>
Sun, 29 Mar 2026 18:46:10 +0000 (11:46 -0700)
1  2 
src/main/java/frc/robot/commands/gpm/RunSpindexer.java
src/main/java/frc/robot/subsystems/Intake/Intake.java
src/main/java/frc/robot/subsystems/turret/Turret.java

index c4459e71077476564b273d777ca6b4e56bad02fa,3d3e702fa3af29b5fbdef6ce3470eb0369f0aadb..8f9caabe1fc011d3998f64cf9c5b9a20dd83a3c5
@@@ -2,7 -2,7 +2,8 @@@ package frc.robot.commands.gpm
  
  import edu.wpi.first.math.filter.Debouncer;
  import edu.wpi.first.math.filter.Debouncer.DebounceType;
 +import edu.wpi.first.wpilibj.Timer;
+ import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
  import edu.wpi.first.wpilibj2.command.Command;
  import frc.robot.subsystems.hood.Hood;
  import frc.robot.subsystems.spindexer.Spindexer;