Skip to content

Commit

Permalink
Undo wait before initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
viggy96 committed Dec 13, 2023
1 parent 87d70f0 commit 2e795dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/lasarobotics/drive/MAXSwerveModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ public MAXSwerveModule(Hardware swerveHardware, ModuleLocation location, GearRat
this.m_simRotatePosition = 0.0;
this.m_tractionControlController = new TractionControlController(slipRatio, DRIVE_MAX_LINEAR_SPEED);

// Wait for 2 seconds before proceeding...
GlobalConstants.wait(2.0);

// Reset motor controllers
m_driveMotor.restoreFactoryDefaults();
m_rotateMotor.restoreFactoryDefaults();
Expand Down

0 comments on commit 2e795dc

Please sign in to comment.