File tree Expand file tree Collapse file tree
src/bitbots_behavior/bitbots_body_behavior/bitbots_body_behavior/behavior_dsd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def _build(self, connections: Group) -> GroupResult:
6262 :return: The results of the task.
6363 """
6464 print_debug ("Building packages" )
65- cmd = f"cd { self ._remote_workspace } && pixi run build { self ._package } "
65+ cmd = f"cd { self ._remote_workspace } && chrt -r 1 taskset -c 0-9 pixi run build { self ._package } "
6666
6767 print_debug (f"Calling '{ cmd } '" )
6868 try :
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ $BallSeen
130130 SECOND --> #SupporterRole
131131 THIRD --> #DefensePositioning
132132
133- # BodyBehavior
133+ --> BodyBehavior
134134$IsPenalized
135135 YES --> #DoNothing
136136 JUST_UNPENALIZED --> $GameStateDecider
@@ -163,4 +163,3 @@ $IsPenalized
163163 OVERTIME --> #NormalBehavior
164164 STANDBY --> #StandAndLook
165165 STOPPED --> #DoNothing
166-
You can’t perform that action at this time.
0 commit comments