start overhauling swerve drive class

This commit is contained in:
C4llSiqn
2025-01-06 21:34:40 -07:00
parent 7f93deef6e
commit f27ca5aab7
3 changed files with 47 additions and 51 deletions
@@ -43,6 +43,7 @@ public class RobotMap {
Constants.SwerveDriveConstants.BACK_LEFT, Constants.SwerveDriveConstants.BACK_RIGHT
);
void configureDriveMotorControllers() {}
}