Skip to content

Commit

Permalink
typo in localization util.launch.py
Browse files Browse the repository at this point in the history
Signed-off-by: Yamato Ando <yamato.ando@gmail.com>
  • Loading branch information
YamatoAndo committed Jan 21, 2022
1 parent 1225511 commit 628b0aa
Showing 1 changed file with 1 addition and 1 deletion.
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 628b0aa

Please sign in to comment.