EZ-Robotics / EZ-Template

Simple plug-and-play PROS template that handles drive base functions for VEX robots.
https://ez-robotics.github.io/EZ-Template/
Mozilla Public License 2.0
69 stars 27 forks source link

Slew for Turns, Swings, and other subsystems #74

Closed ssejrog closed 7 months ago

ssejrog commented 9 months ago

Slew currently only works on drive. It should work for turns and swings. Slew should also have an independent function, such as pid_drive_set_slew() where it called pid_drive_set(x, x, true).

Slew might have to be revamped to make this happen and turned into a class. It could also be exposed to the user easier too, and examples could exist for how to implement it for other subsystems, like a lift or intake.