File tree Expand file tree Collapse file tree
src/main/java/frc/robot/commands/states Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55package frc .robot .commands .states ;
66
7- import java .lang .Thread .State ;
8-
9- import edu .wpi .first .wpilibj .RobotController ;
107import edu .wpi .first .wpilibj2 .command .Command ;
118import frc .robot .RobotContainer ;
129import frc .robot .constants .ConstMotion ;
@@ -30,10 +27,9 @@ public void initialize() {
3027 // Called every time the scheduler runs while the command is scheduled.
3128 @ Override
3229 public void execute () {
33- RobotContainer .rotorsInstance .isFlyWheelAtSpeed (ConstRotors .FLYWHEEL_TOLERANCE );
3430 RobotContainer .rotorsInstance .setTransferRollersSpeeds (ConstRotors .INTAKE_TRANSFER_SPEED );
3531 RobotContainer .rotorsInstance .setSerializerRollersPercentOutput (ConstRotors .SERIALIZER_SHOOTING_SPEED );
36- RobotContainer . rotorsInstance . setFlywheelSpeeds ( ConstRotors . FLYWHEEL_SHOOTING_SPEED );
32+
3733 }
3834
3935 // Called once the command ends or is interrupted.
You can’t perform that action at this time.
0 commit comments