JHS-Viking-Robotics / FRC-2022

Code for the 2022 FRC season, now written in Java
Other
2 stars 2 forks source link

Drivetrain: refactor follower controller type #36

Closed derickson2402 closed 2 years ago

derickson2402 commented 3 years ago

The motor controllers on the drivetrain are a combination of VictorSPX and TalonSRX controllers, with the Talons being the primary and the Victor's being the followers. The code currently treats all of them as Talons, which is not correct and can cause major issues.