Skip to content

Commit 88f42cf

Browse files
authoredMar 20, 2025··
Normal Behavior Config überarbeitet
1 parent 3f3019f commit 88f42cf

File tree

1 file changed

+15
-1
lines changed
  • bitbots_behavior/bitbots_body_behavior/bitbots_body_behavior/behavior_dsd

1 file changed

+15
-1
lines changed
 

‎bitbots_behavior/bitbots_body_behavior/bitbots_body_behavior/behavior_dsd/main.dsd

+15-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,21 @@ $BallSeen
163163
NO_FREEKICK --> #Placing
164164
YES --> $ConfigRole
165165
GOALIE --> #GoalieRole
166-
ELSE --> $CountActiveRobotsWithoutGoalie
166+
ELSE --> $GoalieHandlingBall
167+
YES -->$RankToGoalNoGoalie
168+
FIRST --> #DefenseBlocking
169+
SECOND --> #DefensePositioning
170+
THIRD --> #SupporterRole
171+
NO --> $CountActiveRobotsWithoutGoalie
172+
ONE --> $RankToBallNoGoalie
173+
FIRST --> #StrikerRole
174+
SECOND --> #DefensePositioning
175+
ELSE --> $RankToBallNoGoalie
176+
FIRST --> #StrikerRole
177+
SECOND --> #SupporterRole
178+
THIRD --> #DefensePositioning
179+
180+
$CountActiveRobotsWithoutGoalie
167181
ONE --> $RankToBallNoGoalie
168182
FIRST --> #StrikerRole
169183
SECOND --> #DefensePositioning

0 commit comments

Comments
 (0)
Please sign in to comment.