Skip to content

Commit d2b8a04

Browse files
zhiwangotkimura4
authored andcommitted
feat(tier4_control_launch): enable multithreading for the control container (#1212)
feat: enable multithreading for the control container Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: tomoya.kimura <tomoya.kimura@tier4.jp>
1 parent 1d23354 commit d2b8a04

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
@@ -410,7 +410,7 @@ def add_launch_arg(name: str, default_value=None, description=None):
410410

411411
# component
412412
add_launch_arg("use_intra_process", "false", "use ROS 2 component container communication")
413-
add_launch_arg("use_multithread", "false", "use multithread")
413+
add_launch_arg("use_multithread", "true", "use multithread")
414414
set_container_executable = SetLaunchConfiguration(
415415
"container_executable",
416416
"component_container",

0 commit comments

Comments
 (0)