Hello,
I am a member of a college team in a NASA robotics competition, wherein we use the FRC ecosystem. With the new FRC season starting up, we are attempting to update our codebase from 2023 to 2024. We are having some trouble however with implementing some new libraries.
We previously used the follow function under REVLibError, for our motors in one of our mechanisms. With this now updated, I am struggling to find what to replace this with. On the documentation it says to use CANSparkBase, however, upon changing it to that it still is not working as hoped. Below is the implementation:
If anyone could please provide any assistance or insight onto how to fix these issues, it would be greatly appreciated.