|
38 | 38 | import frc.robot.commands.AimbotAuto; |
39 | 39 | import frc.robot.commands.AimbotStatic; |
40 | 40 | import frc.robot.commands.AimbotTele; |
41 | | -//import frc.robot.commands.AlignToNoteAuto; |
| 41 | +// import frc.robot.commands.AlignToNoteAuto; |
42 | 42 | import frc.robot.commands.AngleShooter; |
43 | 43 | // import frc.robot.commands.AngleShooterShoot; |
44 | 44 | import frc.robot.commands.DriveCommands; |
|
65 | 65 | import frc.robot.subsystems.drive.GyroIO; |
66 | 66 | import frc.robot.subsystems.drive.GyroIOPigeon2; |
67 | 67 | import frc.robot.subsystems.drive.ModuleIO; |
68 | | -//import frc.robot.subsystems.drive.ModuleIOSim; |
| 68 | +// import frc.robot.subsystems.drive.ModuleIOSim; |
69 | 69 | import frc.robot.subsystems.drive.ModuleIOTalonFX; |
70 | 70 | import frc.robot.subsystems.drive.VisionIO; |
71 | 71 | import frc.robot.subsystems.drive.VisionIOLimelight; |
72 | 72 | import frc.robot.subsystems.elevator.AmpBarIO; |
73 | | -import frc.robot.subsystems.elevator.AmpBarIOSIm; |
74 | 73 | import frc.robot.subsystems.elevator.AmpBarIOSparkMAX; |
75 | | -//import frc.robot.subsystems.elevator.AmpBarIOSparkMAX; |
| 74 | +// import frc.robot.subsystems.elevator.AmpBarIOSparkMAX; |
76 | 75 | import frc.robot.subsystems.elevator.Elevator; |
77 | 76 | import frc.robot.subsystems.elevator.ElevatorIO; |
78 | | -import frc.robot.subsystems.elevator.ElevatorIOSim; |
79 | 77 | import frc.robot.subsystems.elevator.ElevatorIOTalonFX; |
80 | 78 | import frc.robot.subsystems.intake.Intake; |
81 | 79 | import frc.robot.subsystems.intake.IntakeRollerIOSparkFlex; |
82 | | -//import frc.robot.subsystems.intake.IntakeRollerIOSim; |
83 | | -//import frc.robot.subsystems.intake.IntakeRollerIOSparkFlex; |
| 80 | +// import frc.robot.subsystems.intake.IntakeRollerIOSim; |
| 81 | +// import frc.robot.subsystems.intake.IntakeRollerIOSparkFlex; |
84 | 82 | import frc.robot.subsystems.led.LED; |
85 | 83 | import frc.robot.subsystems.led.LED_IO; |
86 | 84 | import frc.robot.subsystems.led.LED_IOCANdle; |
87 | | -import frc.robot.subsystems.led.LED_IOSim; |
88 | 85 | import frc.robot.subsystems.pivot.Pivot; |
89 | 86 | import frc.robot.subsystems.pivot.PivotIO; |
90 | | -import frc.robot.subsystems.pivot.PivotIOSim; |
91 | 87 | import frc.robot.subsystems.pivot.PivotIOTalonFX; |
92 | 88 | import frc.robot.subsystems.shooter.DistanceSensorIO; |
93 | 89 | import frc.robot.subsystems.shooter.DistanceSensorIOAnalog; |
94 | | -//import frc.robot.subsystems.shooter.FeederIOSim; |
| 90 | +// import frc.robot.subsystems.shooter.FeederIOSim; |
95 | 91 | import frc.robot.subsystems.shooter.FeederIOTalonFX; |
96 | | -//import frc.robot.subsystems.shooter.FlywheelIOSim; |
| 92 | +// import frc.robot.subsystems.shooter.FlywheelIOSim; |
97 | 93 | import frc.robot.subsystems.shooter.FlywheelIOTalonFX; |
98 | 94 | import frc.robot.subsystems.shooter.LeafBlowerIO; |
99 | 95 | import frc.robot.subsystems.shooter.LeafBlowerIOTalonSRX; |
@@ -193,7 +189,6 @@ public RobotContainer() { |
193 | 189 | RobotMap.PivotIDs.LEFT, RobotMap.PivotIDs.RIGHT, RobotMap.PivotIDs.GYRO)); |
194 | 190 | led = new LED(new LED_IOCANdle(20, Constants.CANBUS)); |
195 | 191 | break; |
196 | | - |
197 | 192 |
|
198 | 193 | default: |
199 | 194 | // Replayed robot, disable IO implementations |
@@ -364,7 +359,6 @@ public RobotContainer() { |
364 | 359 | () -> intake.runRollers(Constants.IntakeConstants.APPLIED_VOLTAGE), intake)); |
365 | 360 |
|
366 | 361 | // NOTE ALIGNMENT NAMED COMMANDS |
367 | | - |
368 | 362 |
|
369 | 363 | NamedCommands.registerCommand("C5", new InstantCommand(() -> drive.setNote(NOTE_POSITIONS.C5))); |
370 | 364 | NamedCommands.registerCommand("C4", new InstantCommand(() -> drive.setNote(NOTE_POSITIONS.C4))); |
|
0 commit comments