We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce5fba commit 95c3486Copy full SHA for 95c3486
internal/simctl/handler_robot_count.go
@@ -39,6 +39,7 @@ func (r *RobotCountHandler) handleRobotCount() {
39
}
40
41
if *r.c.lastRefereeMsg.Command != referee.Referee_HALT &&
42
+ *r.c.lastRefereeMsg.Command != referee.Referee_STOP &&
43
len(r.c.lastTrackedFrame.TrackedFrame.Balls) > 0 &&
44
math.Abs(float64(*r.c.lastTrackedFrame.TrackedFrame.Balls[0].Pos.X)) < 2 {
45
// Rule: The ball must be at least 2 meters away from the halfway line.
0 commit comments