Skip to content

Commit

Permalink
fix(euclidean_cluster): do not launch individual container when use_p…
Browse files Browse the repository at this point in the history
…ointcloud_container is true

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda committed Jan 31, 2024
1 parent 1a17a79 commit a8b0d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def load_composable_node_param(param_path):
executable="component_container",
composable_node_descriptions=[],
output="screen",
condition=UnlessCondition(LaunchConfiguration("use_pointcloud_container")),
)

target_container = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def load_composable_node_param(param_path):
executable="component_container",
composable_node_descriptions=[],
output="screen",
condition=UnlessCondition(LaunchConfiguration("use_pointcloud_container")),
)

target_container = (
Expand Down

0 comments on commit a8b0d46

Please sign in to comment.