mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
Update SwerveDrive.java
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user