Skip to content

Commit

Permalink
fix compile issues caused by clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Sep 17, 2024
1 parent 47c516c commit 707e5be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ class MultiVoxelGridCovariance : public pcl::VoxelGrid<PointT>
pcl::KdTreeFLANN<PointT> kdtree_;
// To access leaf by the search results by kdtree
std::vector<LeafConstPtr> leaf_ptrs_;
}
};
} // namespace autoware::ndt_omp::pclomp

#endif // #ifndef PCL_MULTI_VOXEL_GRID_COVARIANCE_H_
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ class MultiGridNormalDistributionsTransform : public pcl::Registration<PointSour

public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
}
};

} // namespace autoware::ndt_omp::pclomp

Expand Down
2 changes: 1 addition & 1 deletion include/autoware/ndt_omp/pclomp/gicp_omp.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class GeneralizedIterativeClosestPoint : public pcl::IterativeClosestPoint<Point
void fdf(const Vector6d & x, double & f, Vector6d & df) override;

const GeneralizedIterativeClosestPoint * gicp_;
}
};

std::function<void(
const pcl::PointCloud<PointSource> & cloud_src, const std::vector<int> & src_indices,
Expand Down
2 changes: 1 addition & 1 deletion include/autoware/ndt_omp/pclomp/ndt_omp.h
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ class NormalDistributionsTransform : public pcl::Registration<PointSource, Point

public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
}
};

} // namespace autoware::ndt_omp::pclomp

Expand Down

0 comments on commit 707e5be

Please sign in to comment.