SwerveDrive RobotMap done

This commit is contained in:
aarav18
2023-01-14 12:58:18 -07:00
parent e12199ccd9
commit 72183b7b2a
3 changed files with 102 additions and 12 deletions
@@ -60,7 +60,6 @@ public class SwerveDrive extends SubsystemBase {
/**
* Set each module of the swerve drive to the corresponding desired state.
*
* @param desiredStates Array of module states to set.
*/
public void setModuleStates(SwerveModuleState[] desiredStates) {