I just upgraded/imported our old project into the 2019 setup to test and see how all that works.
I reinstalled all the required libraries, etc.
However there are some things that do not seem to work. SensorBase
doesn’t work, and all the interfacing with encoders connected via TalonSRX don’t seem to work either. Both of these are throwing me errors. I think I know what’s up with the SensorBase
issue (Likely there is a library update I missed), but I have no clue why I cannot access the encoders.
I looked at the docs, and there don’t seem to be any change with them. Idk if I missed anything, but this should be working, especially as it works before importing to VSCode. I don’t know where I’m going wrong. Anyone know why?