Skip to content

Commit

Permalink
undo change that was never tested and maybe never needed
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightPiscesAugie authored Nov 21, 2024
1 parent 76b2b19 commit 01210bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public double calculateSpeakerAngleMoving(){
correctionDirection = -1;
speakerX = Field.ROBOT_RED_SPEAKER_X;
}
offsetSpeakerX = speakerX-(targetOffset.getX()*correctionDirection);
offsetSpeakerX = speakerX+(targetOffset.getX()*correctionDirection);
offsetSpeakerY = speakerY+(targetOffset.getY()*correctionDirection);
offsetDeltaX = Math.abs(dtvalues.getX() - offsetSpeakerX);
offsetDeltaY = Math.abs(dtvalues.getY() - offsetSpeakerY);
Expand Down

0 comments on commit 01210bf

Please sign in to comment.