Skip to content

Commit 641a29e

Browse files
authored
fix(crop_box_filter): crop_box_filter_without_pcl (autowarefoundation#951)
Signed-off-by: plane.li <plane.li@autocore.ai>
1 parent 1168f14 commit 641a29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensing/pointcloud_preprocessor/src/crop_box_filter/crop_box_filter_nodelet.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void CropBoxFilterComponent::filter(
123123

124124
output.data.resize(j);
125125
output.header.frame_id = input->header.frame_id;
126-
output.height = input->height;
126+
output.height = 1;
127127
output.fields = input->fields;
128128
output.is_bigendian = input->is_bigendian;
129129
output.point_step = input->point_step;

0 commit comments

Comments
 (0)