Skip to content

Commit

Permalink
major changes 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gvaldez7206 committed Sep 27, 2023
1 parent c9f7366 commit b01e613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/autos/TripleScore.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import frc.robot.commands.arm.CubeIntake;
import frc.robot.commands.arm.DockArm;
import frc.robot.commands.wrist.AutoWrist;
import frc.robot.subsystems.Arm;
import frc.robot.subsystems.Swerve;
import frc.robot.subsystems.WristIntake;
import frc.robot.subsystems.arm.Arm;

/**
* Score three game pieces
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/drive/TeleopSwerve.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import edu.wpi.first.wpilibj2.command.button.CommandXboxController;
import frc.lib.math.Conversions;
import frc.robot.Constants;
import frc.robot.subsystems.Arm;
import frc.robot.subsystems.Swerve;
import frc.robot.subsystems.arm.Arm;

/**
* Creates an command for driving the swerve drive during tele-op
Expand Down

0 comments on commit b01e613

Please sign in to comment.