Skip to content

Commit

Permalink
shrink diff
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Jul 9, 2024
1 parent ecb5ba2 commit 11314be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/kiss_icp/core/VoxelHashMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ struct VoxelHashMap {
static_cast<int>(std::floor(point.y() / voxel_size_)),
static_cast<int>(std::floor(point.z() / voxel_size_)));
}

void Update(const std::vector<Eigen::Vector3d> &points, const Eigen::Vector3d &origin);
void Update(const std::vector<Eigen::Vector3d> &points, const Sophus::SE3d &pose);
void AddPoints(const std::vector<Eigen::Vector3d> &points);
Expand Down

0 comments on commit 11314be

Please sign in to comment.