Skip to content

Commit

Permalink
Remove unused imports & PlaceCoral.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ACat701 committed Feb 11, 2025
1 parent 814f9cb commit eeb61de
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 86 deletions.
2 changes: 0 additions & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
import edu.wpi.first.units.measure.Distance;
import edu.wpi.first.units.measure.LinearVelocity;
import edu.wpi.first.units.measure.Time;
import edu.wpi.first.units.measure.Velocity;
import edu.wpi.first.units.measure.Voltage;
import edu.wpi.first.units.Measure;
import edu.wpi.first.units.Units;
import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.DriverStation.Alliance;
Expand Down
7 changes: 0 additions & 7 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
import com.frcteam3255.joystick.SN_XboxController;
import com.pathplanner.lib.auto.AutoBuilder;
import com.pathplanner.lib.auto.NamedCommands;
import com.pathplanner.lib.commands.FollowPathCommand;
import com.pathplanner.lib.commands.PathPlannerAuto;
import com.pathplanner.lib.events.EventScheduler;
import com.pathplanner.lib.events.EventTrigger;
import java.util.Set;

Expand All @@ -24,8 +21,6 @@
import edu.wpi.first.wpilibj2.command.Commands;
import edu.wpi.first.wpilibj2.command.DeferredCommand;
import edu.wpi.first.wpilibj2.command.ParallelCommandGroup;
import edu.wpi.first.wpilibj2.command.Subsystem;
import edu.wpi.first.wpilibj2.command.Command.InterruptionBehavior;
import edu.wpi.first.wpilibj2.command.button.Trigger;
import frc.robot.Constants.*;
import frc.robot.RobotMap.mapControllers;
Expand Down Expand Up @@ -59,8 +54,6 @@ public class RobotContainer {
subCoralOuttake, subLED, subElevator);
private final ClimberDeploying comClimb = new ClimberDeploying(subStateMachine, subClimber, subElevator,
subAlgaeIntake, subLED);
private final PlaceCoral comPlaceCoral = new PlaceCoral(subStateMachine,
subCoralOuttake, subLED, subStateMachine.getRobotState(), subElevator);
private final ScoringCoral comScoringCoral = new ScoringCoral(subCoralOuttake, subStateMachine, subElevator, subLED,
conOperator, subStateMachine.getRobotState());
private final ScoringAlgae comScoringAlgae = new ScoringAlgae(subStateMachine, subAlgaeIntake, subLED);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

package frc.robot.commands.states;

import java.lang.Thread.State;

import edu.wpi.first.wpilibj2.command.Command;
import frc.robot.Constants;
import frc.robot.subsystems.AlgaeIntake;
Expand Down
75 changes: 0 additions & 75 deletions src/main/java/frc/robot/commands/states/PlaceCoral.java

This file was deleted.

0 comments on commit eeb61de

Please sign in to comment.