Skip to content

Commit

Permalink
Add respawn to body behavior launch file (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaagut authored Apr 20, 2024
2 parents c766856 + f19841d commit 44fbb5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<let if="$(env IS_ROBOT false)" name="taskset" value="taskset -c 2"/>
<let unless="$(env IS_ROBOT false)" name="taskset" value=""/>

<node pkg="bitbots_body_behavior" exec="body_behavior" output="screen" launch-prefix="$(var taskset)">
<node pkg="bitbots_body_behavior" exec="body_behavior" output="screen" launch-prefix="$(var taskset)" respawn="true">
<param name="dsd_file" value="$(var dsd_file)"/>
<param name="actionlib_client_sub_queue_size" value="-1"/>
<param name="actionlib_client_sub_queue_size" value="-1"/>
Expand Down

0 comments on commit 44fbb5d

Please sign in to comment.