diff --git a/localization_launch/launch/util/util.launch.py b/localization_launch/launch/util/util.launch.py index b6f66fa19..abcd824b7 100644 --- a/localization_launch/launch/util/util.launch.py +++ b/localization_launch/launch/util/util.launch.py @@ -55,7 +55,7 @@ def load_composable_node_param(param_path): ) random_downsample_component = ComposableNode( package="pointcloud_preprocessor", - plugin="pointcloud_preprocessor::VoxelGridDownsampleFilterComponent", + plugin="pointcloud_preprocessor::RandomDownsampleFilterComponent", name="random_downsample_filter", remappings=[ ("input", LaunchConfiguration("output_voxel_grid_downsample_sensor_points_topic")),