Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ky28059 committed Dec 16, 2022
1 parent 0e22f3a commit 6acc40e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ public void periodic() {
bottomRightModule.getState()
);

System.out.println(MathUtil.angleModulus(bottomRightModule.getState().angle.getRadians()));

// If all commanded velocities are 0, the system is idle (drivers are not supplying input).
boolean isIdle = states[0].speedMetersPerSecond == 0.0
&& states[1].speedMetersPerSecond == 0.0
Expand Down

0 comments on commit 6acc40e

Please sign in to comment.