This repository was archived by the owner on Jun 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/frc/robot/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99import dev .doglog .DogLog ;
1010import dev .doglog .DogLogOptions ;
11- import edu .wpi .first .math .controller .ArmFeedforward ;
1211import edu .wpi .first .math .geometry .Pose2d ;
1312import edu .wpi .first .math .geometry .Rotation2d ;
1413import edu .wpi .first .wpilibj .PowerDistribution ;
1918import frc .robot .drive .swerve .SwerveDriveCommands ;
2019import frc .robot .drive .swerve .SwerveDriveSubsystem ;
2120import 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
2622public 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
You can’t perform that action at this time.
0 commit comments