@@ -72,8 +72,8 @@ def create_parameter_dict(*args):
72
72
73
73
nodes .append (
74
74
ComposableNode (
75
- package = "pointcloud_preprocessor " ,
76
- plugin = "pointcloud_preprocessor::CropBoxFilterComponent" ,
75
+ package = "autoware_pointcloud_preprocessor " ,
76
+ plugin = "autoware:: pointcloud_preprocessor::CropBoxFilterComponent" ,
77
77
name = "crop_box_filter_self" ,
78
78
remappings = [
79
79
("input" , "pointcloud_raw_ex" ),
@@ -94,8 +94,8 @@ def create_parameter_dict(*args):
94
94
95
95
nodes .append (
96
96
ComposableNode (
97
- package = "pointcloud_preprocessor " ,
98
- plugin = "pointcloud_preprocessor::CropBoxFilterComponent" ,
97
+ package = "autoware_pointcloud_preprocessor " ,
98
+ plugin = "autoware:: pointcloud_preprocessor::CropBoxFilterComponent" ,
99
99
name = "crop_box_filter_mirror" ,
100
100
remappings = [
101
101
("input" , "self_cropped/pointcloud_ex" ),
@@ -108,8 +108,8 @@ def create_parameter_dict(*args):
108
108
109
109
nodes .append (
110
110
ComposableNode (
111
- package = "pointcloud_preprocessor " ,
112
- plugin = "pointcloud_preprocessor::RingOutlierFilterComponent" ,
111
+ package = "autoware_pointcloud_preprocessor " ,
112
+ plugin = "autoware:: pointcloud_preprocessor::RingOutlierFilterComponent" ,
113
113
name = "ring_outlier_filter" ,
114
114
remappings = [
115
115
("input" , "rectified/pointcloud_ex" ),
@@ -130,8 +130,8 @@ def create_parameter_dict(*args):
130
130
)
131
131
132
132
distortion_component = ComposableNode (
133
- package = "pointcloud_preprocessor " ,
134
- plugin = "pointcloud_preprocessor::DistortionCorrectorComponent" ,
133
+ package = "autoware_pointcloud_preprocessor " ,
134
+ plugin = "autoware:: pointcloud_preprocessor::DistortionCorrectorComponent" ,
135
135
name = "distortion_corrector_node" ,
136
136
remappings = [
137
137
("~/input/twist" , "/sensing/vehicle_velocity_converter/twist_with_covariance" ),
0 commit comments