Skip to content

Commit

Permalink
fix(aip_x2_launch): set use_multithread and use_intra_process to True (
Browse files Browse the repository at this point in the history
…#256)

set use_multithread and use_intra_process to True

Signed-off-by: kotaro-hihara <[email protected]>
  • Loading branch information
kotaro-hihara authored and Autumn60 committed Sep 17, 2024
1 parent 4d93b17 commit fe2e707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aip_x2_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ def add_launch_arg(name: str, default_value=None, description=None):
)
add_launch_arg("diag_span", "1000")
add_launch_arg("delay_monitor_ms", "2000")
add_launch_arg("use_multithread", "False", "use multithread")
add_launch_arg("use_intra_process", "False", "use ROS 2 component container communication")
add_launch_arg("use_multithread", "True", "use multithread")
add_launch_arg("use_intra_process", "True", "use ROS 2 component container communication")
add_launch_arg("container_name", "nebula_node_container")
add_launch_arg("calibration_file", "")

Expand Down

0 comments on commit fe2e707

Please sign in to comment.