Skip to content

Commit 6c70475

Browse files
committed
fix typo
1 parent 5fa5596 commit 6c70475

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dynablox/src/processing/preprocessing.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ bool Preprocessing::processPointcloud(const sensor_msgs::PointCloud2::Ptr& msg,
4040
std::sqrt(point.x * point.x + point.y * point.y + point.z * point.z);
4141
PointInfo& info = cloud_info.points.at(i);
4242
info.distance_to_sensor = norm;
43-
info.
4443
i++;
4544
}
4645

0 commit comments

Comments
 (0)