Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 2f7c2d5

Browse files
committed
minor fixes
1 parent 1d29e99 commit 2f7c2d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

easynav_pointcloud_maps_builder/src/easynav_pointcloud_maps_builder/PointcloudMapsBuilderNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ void PointcloudMapsBuilderNode::cycle()
141141
processed_perceptions.downsample(downsample_resolution_);
142142
}
143143

144-
auto downsampled_points = processed_perceptions.as_points(0);
144+
auto downsampled_points = processed_perceptions.as_points();
145145
if (downsampled_points.empty()) {
146146
return;
147147
}

0 commit comments

Comments
 (0)