diff --git a/aip_xx1_launch/launch/pointcloud_preprocessor.launch.py b/aip_xx1_launch/launch/pointcloud_preprocessor.launch.py index 4be97696..fe27fdf7 100644 --- a/aip_xx1_launch/launch/pointcloud_preprocessor.launch.py +++ b/aip_xx1_launch/launch/pointcloud_preprocessor.launch.py @@ -63,13 +63,17 @@ def launch_setup(context, *args, **kwargs): namespace="", package="rclcpp_components", executable=LaunchConfiguration("container_executable"), - condition=UnlessCondition(LaunchConfiguration("include_concat_node_in_pointcloud_container")), + condition=UnlessCondition( + LaunchConfiguration("include_concat_node_in_pointcloud_container") + ), output="screen", ) target_container = ( container - if UnlessCondition(LaunchConfiguration("include_concat_node_in_pointcloud_container")).evaluate(context) + if UnlessCondition( + LaunchConfiguration("include_concat_node_in_pointcloud_container") + ).evaluate(context) else LaunchConfiguration("pointcloud_container_name") )