NeatTeam1943 / 2023-Robot

NeatTeam's #1943 2023 Charged Up season robot
MIT License
7 stars 1 forks source link

Extend PIDSubsystem instead of Subsystem. #19

Closed royayal1 closed 1 year ago

royayal1 commented 1 year ago

The Drivetrain subsystem extends the Subsystem class by default. Change it to extend the PIDSubsystem class instead since it has cool PID functions in it. Docs HERE