Skip to content

Commit

Permalink
Fixed requested edits (on the right branch this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamburger73 committed Feb 12, 2025
1 parent 25fd953 commit 8e5f977
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/CommandSequences.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import frc.robot.subsystems.Drive;
import frc.robot.subsystems.Elevator;
import frc.robot.subsystems.Led;
import frc.robot.subsystems.Outtake;

public class CommandSequences {

Expand Down
1 change: 0 additions & 1 deletion src/main/java/frc/robot/maps/subsystems/ArmRotateMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import com.chopshop166.chopshoplib.sensors.IEncoder;

import edu.wpi.first.math.controller.ProfiledPIDController;
import frc.robot.maps.subsystems.ElevatorMap.ElevatorPresets;
import edu.wpi.first.math.controller.ArmFeedforward;

public class ArmRotateMap implements LoggableMap<ArmRotateMap.Data> {
Expand Down
1 change: 0 additions & 1 deletion src/main/java/frc/robot/subsystems/DeepClimb.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import edu.wpi.first.wpilibj2.command.Command;
import frc.robot.maps.subsystems.DeepClimbMap;
import frc.robot.maps.subsystems.DeepClimbMap.Data;
import frc.robot.maps.subsystems.ElevatorMap.ElevatorPresets;

public class DeepClimb extends LoggedSubsystem<Data, DeepClimbMap> {

Expand Down

0 comments on commit 8e5f977

Please sign in to comment.