Skip to content

Commit

Permalink
Merge branch 'tier4/main' into refactor/multigrid_ndt_20240321
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Mar 21, 2024
2 parents 11e14af + a56adc5 commit 3f07685
Show file tree
Hide file tree
Showing 3 changed files with 825 additions and 828 deletions.
2 changes: 2 additions & 0 deletions include/multigrid_pclomp/multigrid_ndt_omp.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class MultiGridNormalDistributionsTransform : public pcl::Registration<PointSour

inline void createVoxelKdtree() {
target_cells_.createKdtree();
target_cloud_updated_ = false;
}

/** \brief Set/change the voxel grid resolution.
Expand Down Expand Up @@ -339,6 +340,7 @@ class MultiGridNormalDistributionsTransform : public pcl::Registration<PointSour
using BaseRegType::transformation_;
using BaseRegType::transformation_epsilon_;
using BaseRegType::converged_;
using BaseRegType::target_cloud_updated_;

using BaseRegType::update_visualizer_;

Expand Down
Loading

0 comments on commit 3f07685

Please sign in to comment.