Update SwerveDrive.java

This commit is contained in:
Aarav Shah
2023-03-16 16:50:02 -06:00
committed by GitHub
parent ceb1aaa19e
commit f8abdf5e8e
@@ -107,7 +107,7 @@ public class SwerveDrive extends SubsystemBase {
public void resetGyro() { public void resetGyro() {
gyro.reset(); gyro.reset();
rotTarget = new Rotation2d(0); rotTarget = 0.0;
} }
public void stopModules() { public void stopModules() {