This commit is contained in:
parent
96c4845cfa
commit
78e9cf412a
@ -36,6 +36,7 @@ public class Drive extends SubsystemBase {
|
||||
public Drive() {
|
||||
try {
|
||||
this.swerveDrive = new SwerveParser(swerveJsonDirectory).createSwerveDrive(5);
|
||||
swerveDrive.setHeadingCorrection(true);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user