Skip to content

Commit e903d11

Browse files
authored
feat: enable multithreading for the control container (#6666)
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
1 parent 3a346c7 commit e903d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/tier4_control_launch/launch/control.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def add_launch_arg(name: str, default_value=None, description=None):
429429

430430
# component
431431
add_launch_arg("use_intra_process", "false", "use ROS 2 component container communication")
432-
add_launch_arg("use_multithread", "false", "use multithread")
432+
add_launch_arg("use_multithread", "true", "use multithread")
433433
set_container_executable = SetLaunchConfiguration(
434434
"container_executable",
435435
"component_container",

0 commit comments

Comments
 (0)