From: iefomit Date: Sun, 29 Mar 2026 18:46:10 +0000 (-0700) Subject: Merge branch 'ValenceV2' into week5shuttling X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=15908cc83090931e614d41f7d4848b1dd8dd4207;p=FRC2026.git Merge branch 'ValenceV2' into week5shuttling --- 15908cc83090931e614d41f7d4848b1dd8dd4207 diff --cc src/main/java/frc/robot/commands/gpm/RunSpindexer.java index c4459e7,3d3e702..8f9caab --- a/src/main/java/frc/robot/commands/gpm/RunSpindexer.java +++ b/src/main/java/frc/robot/commands/gpm/RunSpindexer.java @@@ -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;