Skip to content

Commit

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

This reverts commit fe2e707.
  • Loading branch information
Autumn60 committed Sep 26, 2024
1 parent 4f93b23 commit 9a9a39b
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", "True", "use multithread")
add_launch_arg("use_intra_process", "True", "use ROS 2 component container communication")
add_launch_arg("use_multithread", "False", "use multithread")
add_launch_arg("use_intra_process", "False", "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 9a9a39b

Please sign in to comment.