Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fix typo in localization util.launch.py (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoAndo authored and jpntaxi2 committed Feb 18, 2022
1 parent c942dbb commit 0d12764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localization_launch/launch/util/util.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit 0d12764

Please sign in to comment.