@@ -147,8 +147,8 @@ def create_parameter_dict(*args):
147
147
148
148
nodes .append (
149
149
ComposableNode (
150
- package = "pointcloud_preprocessor " ,
151
- plugin = "pointcloud_preprocessor::CropBoxFilterComponent" ,
150
+ package = "autoware_pointcloud_preprocessor " ,
151
+ plugin = "autoware:: pointcloud_preprocessor::CropBoxFilterComponent" ,
152
152
name = "crop_box_filter_self" ,
153
153
remappings = [
154
154
("input" , "pointcloud_raw_ex" ),
@@ -169,8 +169,8 @@ def create_parameter_dict(*args):
169
169
170
170
nodes .append (
171
171
ComposableNode (
172
- package = "pointcloud_preprocessor " ,
173
- plugin = "pointcloud_preprocessor::CropBoxFilterComponent" ,
172
+ package = "autoware_pointcloud_preprocessor " ,
173
+ plugin = "autoware:: pointcloud_preprocessor::CropBoxFilterComponent" ,
174
174
name = "crop_box_filter_mirror" ,
175
175
remappings = [
176
176
("input" , "self_cropped/pointcloud_ex" ),
@@ -183,8 +183,8 @@ def create_parameter_dict(*args):
183
183
184
184
nodes .append (
185
185
ComposableNode (
186
- package = "pointcloud_preprocessor " ,
187
- plugin = "pointcloud_preprocessor::DistortionCorrectorComponent" ,
186
+ package = "autoware_pointcloud_preprocessor " ,
187
+ plugin = "autoware:: pointcloud_preprocessor::DistortionCorrectorComponent" ,
188
188
name = "distortion_corrector_node" ,
189
189
remappings = [
190
190
("~/input/twist" , "/sensing/vehicle_velocity_converter/twist_with_covariance" ),
@@ -206,8 +206,8 @@ def create_parameter_dict(*args):
206
206
} # keep the output frame as the input frame
207
207
nodes .append (
208
208
ComposableNode (
209
- package = "pointcloud_preprocessor " ,
210
- plugin = "pointcloud_preprocessor::RingOutlierFilterComponent" ,
209
+ package = "autoware_pointcloud_preprocessor " ,
210
+ plugin = "autoware:: pointcloud_preprocessor::RingOutlierFilterComponent" ,
211
211
name = "ring_outlier_filter" ,
212
212
remappings = [
213
213
("input" , "rectified/pointcloud_ex" ),
0 commit comments