Skip to content

Commit

Permalink
Post test game tweaking
Browse files Browse the repository at this point in the history
See merge request main/Sumatra!1896

sumatra-commit: 620dc7fc41c2ed1dcd5a02cca15c870109c5a8ed
  • Loading branch information
g3force authored and TIGERs GitLab committed Jul 16, 2024
1 parent 9482c7c commit 6ffae4d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import edu.tigers.sumatra.math.vector.IVector3;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.Value;


Expand All @@ -28,6 +29,7 @@ public class KickedBall implements IMirrorable<KickedBall>
BotID kickingBot;
Pose kickingBotPose;

@EqualsAndHashCode.Exclude
IBallTrajectory ballTrajectory;


Expand Down

0 comments on commit 6ffae4d

Please sign in to comment.