Skip to content

Commit

Permalink
feat: use multithread for traffic light container as default (autowar…
Browse files Browse the repository at this point in the history
…efoundation#995)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
  • Loading branch information
tkimura4 authored and ktro2828 committed Jun 7, 2022
1 parent a2569b1 commit d39d186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<arg name="input/image" value="$(var input/image)"/>
<arg name="enable_fine_detection" value="$(var enable_fine_detection)"/>
<arg name="use_intra_process" value="true"/>
<arg name="use_multithread" value="false"/>
<arg name="use_multithread" value="true"/>
</include>

<!-- visualizer -->
Expand Down

0 comments on commit d39d186

Please sign in to comment.