You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
NO --> @SearchBall, @ChangeAction + action:positioning, @AvoidBallActive, @GoToPassAcceptPosition
106
108
NO --> @LookAtFieldFeatures, @ChangeAction + action:positioning, @AvoidBallActive, @GoToPassPreparePosition
107
109
108
110
#GoalieRole
@@ -123,7 +125,9 @@ $SecondaryStateTeamDecider
123
125
LEFT --> @PlayAnimationGoalieFallLeft, @Stand
124
126
RIGHT --> @PlayAnimationGoalieFallRight, @Stand
125
127
CENTER --> @PlayAnimationGoalieFallCenter, @Stand
126
-
ELSE --> @LookAtBall, @Stand
128
+
ELSE --> $BallSeen
129
+
YES --> @LookAtBall, @Stand
130
+
NO --> @SearchBall, @Stand
127
131
128
132
129
133
#Placing
@@ -189,7 +193,9 @@ $IsPenalized
189
193
SET --> $SecondaryStateDecider
190
194
PENALTYSHOOT --> $SecondaryStateTeamDecider
191
195
OUR --> @Stand + duration:0.1 + r:false, @DeactivateHCM + r:false, @LookForward + r:false, @PlayAnimationInit + r:false, @GetWalkready + r:false, @Stand // we need to also see the goalie
192
-
OTHER --> @Stand + duration:0.1 + r:false, @DeactivateHCM + r:false, @LookForward + r:false, @PlayAnimationInit + r:false, @GetWalkready + r:false, @LookAtBall + r:false, @PlayAnimationGoalieArms + r:false, @Stand // goalie only needs to care about the ball
0 commit comments