Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 5fc0da0

Browse files
author
isabelle
committed
cleanup
1 parent c1d150a commit 5fc0da0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/java/frc/robot/core/RobotContainer.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import dev.doglog.DogLog;
1010
import dev.doglog.DogLogOptions;
11-
import edu.wpi.first.math.controller.ArmFeedforward;
1211
import edu.wpi.first.math.geometry.Pose2d;
1312
import edu.wpi.first.math.geometry.Rotation2d;
1413
import edu.wpi.first.wpilibj.PowerDistribution;
@@ -19,9 +18,6 @@
1918
import frc.robot.drive.swerve.SwerveDriveCommands;
2019
import frc.robot.drive.swerve.SwerveDriveSubsystem;
2120
import frc.robot.lib.Constants;
22-
import frc.robot.lib.motor.Motor;
23-
import frc.robot.lib.motor.Motor.FeedforwardType;
24-
import frc.robot.lib.motor.Motor.SupportedMotorType;
2521

2622
public class RobotContainer {
2723
// Create a "SendableChooser", basically just a dropdown menu that can be set in
@@ -47,8 +43,6 @@ public RobotContainer() {
4743
// Log PDH (Power Distribution Hub) messages.
4844
DogLog.setPdh(new PowerDistribution());
4945

50-
new Motor(1, SupportedMotorType.NEO);
51-
5246
configureBindings();
5347
}
5448

0 commit comments

Comments
 (0)