Skip to content

Commit

Permalink
chore: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Jan 14, 2024
1 parent b836f3b commit d7cd339
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public void execute() {

// Apply deadband
double linearMagnitude = MathUtil.applyDeadband(Math.hypot(xPercent, yPercent), 0.1);
System.out.println("x: " + xPercent + " y: " + yPercent + " mag: " + linearMagnitude);
Rotation2d linearDirection = new Rotation2d(xPercent, yPercent);
double omega = MathUtil.applyDeadband(rotPercent, 0.1);

Expand Down

0 comments on commit d7cd339

Please sign in to comment.