Skip to content

Commit 2781b79

Browse files
committed
Merge branch 'Gamecontroller-update-for-HSL' of github.com:bit-bots/bitbots_main into Gamecontroller-update-for-HSL
2 parents 328a9df + 3da6740 commit 2781b79

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

  • scripts/deploy/tasks
  • src/bitbots_behavior/bitbots_body_behavior/bitbots_body_behavior/behavior_dsd

scripts/deploy/tasks/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

src/bitbots_behavior/bitbots_body_behavior/bitbots_body_behavior/behavior_dsd/main.dsd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)