Skip to content

Commit

Permalink
target_cloud_update false
Browse files Browse the repository at this point in the history
Signed-off-by: Yamato Ando <[email protected]>
  • Loading branch information
YamatoAndo committed Aug 9, 2024
1 parent 7fa5fa7 commit f557f39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/pclomp/ndt_omp.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ namespace pclomp
{
pcl::Registration<PointSource, PointTarget>::setInputTarget(cloud);
init();
target_cloud_updated_ = false;
}

/** \brief Set/change the voxel grid resolution.
Expand Down Expand Up @@ -304,6 +305,7 @@ namespace pclomp
using pcl::Registration<PointSource, PointTarget>::converged_;
using pcl::Registration<PointSource, PointTarget>::corr_dist_threshold_;
using pcl::Registration<PointSource, PointTarget>::inlier_threshold_;
using pcl::Registration<PointSource, PointTarget>::target_cloud_updated_;

using pcl::Registration<PointSource, PointTarget>::update_visualizer_;

Expand Down

0 comments on commit f557f39

Please sign in to comment.