We (Team 4829) are experiencing an error while testing some motors in the 2023 version of WPILib
Error: src\main\java\frc\robot\subsystems\MotorSubsystem.java:21: error: cannot access SpeedController
class file for edu.wpi.first.wpilibj.SpeedController not found
Code: motor.set(speed);
Class of motor: WPI_TalonFX
Project information:
Cause (I think): The yearly changes removed the SpeedController class. However, the CTRE Phoenix class has not removed it yet and replaced it with MotorController.