Skip to content

Commit

Permalink
Remove unused remappings (autowarefoundation#88)
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 authored and 1222-takeshi committed Dec 10, 2021
1 parent 47efe85 commit f40f8d8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def create_parameter_dict(*args):
name='crop_box_filter_self',
remappings=[('input', 'pointcloud_raw_ex'),
('output', 'self_cropped/pointcloud_ex'),
('crop_box_polygon', 'self_cropped/crop_box_polygon'),
],
parameters=[cropbox_parameters],
)
Expand All @@ -109,7 +108,6 @@ def create_parameter_dict(*args):
name='crop_box_filter_mirror',
remappings=[('input', 'self_cropped/pointcloud_ex'),
('output', 'mirror_cropped/pointcloud_ex'),
('crop_box_polygon', 'mirror_cropped/crop_box_polygon'),
],
parameters=[cropbox_parameters],
)
Expand Down

0 comments on commit f40f8d8

Please sign in to comment.