Skip to content

Commit

Permalink
Merge pull request #71 from snt-arg/master
Browse files Browse the repository at this point in the history
Add template instantiation for pcl::PointXYZRGB
  • Loading branch information
koide3 committed Aug 31, 2024
2 parents 3c24912 + dfea9f0 commit 5495fd9
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 5495fd9

Please sign in to comment.