|
Re: Muliple errors from getting started and past years code
Since RufflesRidge asked me to delete the wpilib folder, it also deleted the SRX library. After I reinstalled CTRE Toolkit, it still did not work. What I did was copy the files from /wpilib/user/cpp over to wpilib folder and included #include "CANTalonSRX.h" at the top of the code and it started working. The code for the SmartDashboard is erroring but at least I can move the robot.
|