Skip to content

Commit

Permalink
Add template instantion for pcl::PointXYZRGB
Browse files Browse the repository at this point in the history
  • Loading branch information
hridaybavle committed Aug 30, 2024
1 parent 3c24912 commit dfea9f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pclomp/gicp_omp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

template class pclomp::GeneralizedIterativeClosestPoint<pcl::PointXYZ, pcl::PointXYZ>;
template class pclomp::GeneralizedIterativeClosestPoint<pcl::PointXYZI, pcl::PointXYZI>;

template class pclomp::GeneralizedIterativeClosestPoint<pcl::PointXYZRGB, pcl::PointXYZRGB>;
1 change: 1 addition & 0 deletions src/pclomp/ndt_omp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

template class pclomp::NormalDistributionsTransform<pcl::PointXYZ, pcl::PointXYZ>;
template class pclomp::NormalDistributionsTransform<pcl::PointXYZI, pcl::PointXYZI>;
template class pclomp::NormalDistributionsTransform<pcl::PointXYZRGB, pcl::PointXYZRGB>;
1 change: 1 addition & 0 deletions src/pclomp/voxel_grid_covariance_omp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

template class pclomp::VoxelGridCovariance<pcl::PointXYZ>;
template class pclomp::VoxelGridCovariance<pcl::PointXYZI>;
template class pclomp::VoxelGridCovariance<pcl::PointXYZRGB>;

0 comments on commit dfea9f0

Please sign in to comment.