Skip to content

Commit

Permalink
fix: fix package and name space for VoxelBasedCompareMapFilterCompone…
Browse files Browse the repository at this point in the history
…nt (tier4#632)
  • Loading branch information
h-ohta authored and boyali committed Oct 3, 2022
1 parent d721460 commit ea7ed64
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def load_composable_node_param(param_path):

# set compare map filter as a component
compare_map_filter_component = ComposableNode(
package="pointcloud_preprocessor",
plugin="pointcloud_preprocessor::VoxelBasedCompareMapFilterComponent",
package="compare_map_segmentation",
plugin="compare_map_segmentation::VoxelBasedCompareMapFilterComponent",
name=AnonName("compare_map_filter"),
remappings=[
("input", "voxel_grid_filtered/pointcloud"),
Expand Down

0 comments on commit ea7ed64

Please sign in to comment.