Revert "better files and data structures"

This reverts commit 033a421a7e.
This commit is contained in:
aarav18
2023-02-11 11:51:13 -07:00
parent 033a421a7e
commit bdf97a0768
2 changed files with 23 additions and 68 deletions
@@ -156,12 +156,6 @@ public class SwerveDrive extends SubsystemBase {
);
}
public void stopModules() {
for (SwerveModule module : this.modules) {
module.stop();
}
}
/**
* Resets the odometry of the SwerveDrive to 0.
* *NOTE: If you reset your gyro, this method MUST be called with the new gyro angle and wheel encoder positions.