diff --git a/awsim_sensor_kit_launch/launch/lidar.launch.xml b/awsim_sensor_kit_launch/launch/lidar.launch.xml index 4f289af..e56da8e 100644 --- a/awsim_sensor_kit_launch/launch/lidar.launch.xml +++ b/awsim_sensor_kit_launch/launch/lidar.launch.xml @@ -1,7 +1,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/awsim_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py b/awsim_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py index ea3d77a..456dc27 100644 --- a/awsim_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py +++ b/awsim_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py @@ -58,13 +58,13 @@ def launch_setup(context, *args, **kwargs): package="rclcpp_components", executable=LaunchConfiguration("container_executable"), composable_node_descriptions=[], - condition=UnlessCondition(LaunchConfiguration("include_concat_node_in_pointcloud_container")), + condition=UnlessCondition(LaunchConfiguration("use_pointcloud_container")), output="screen", ) target_container = ( container - if UnlessCondition(LaunchConfiguration("include_concat_node_in_pointcloud_container")).evaluate(context) + if UnlessCondition(LaunchConfiguration("use_pointcloud_container")).evaluate(context) else LaunchConfiguration("pointcloud_container_name") ) @@ -88,7 +88,7 @@ def add_launch_arg(name: str, default_value=None): add_launch_arg("base_frame", "base_link") add_launch_arg("use_multithread", "False") add_launch_arg("use_intra_process", "False") - add_launch_arg("include_concat_node_in_pointcloud_container", "False") + add_launch_arg("use_pointcloud_container", "False") add_launch_arg("pointcloud_container_name", "pointcloud_container") add_launch_arg("individual_container_name", "concatenate_container") diff --git a/awsim_sensor_kit_launch/launch/sensing.launch.xml b/awsim_sensor_kit_launch/launch/sensing.launch.xml index 2fa75f1..7d7a3e8 100644 --- a/awsim_sensor_kit_launch/launch/sensing.launch.xml +++ b/awsim_sensor_kit_launch/launch/sensing.launch.xml @@ -2,7 +2,7 @@ - + @@ -10,7 +10,7 @@ - +