Swerve Drive - FRCteam1719theUmbrellaCorporation/documentation GitHub Wiki
The Swerve Drive code performs the task of converting drive inputs (such as joystick vectors) into directions for the swerve drive motors themselves. In earlier versions of the robot (pre-2025) this was done using custom code developed by the team. Today it's done using off-the-shelf swerve libraries.
The input to the Swerve drive comes from the joystick or autonomous path planning libraries.
TBD