Skip to content

Commit

Permalink
Moved ***_impl.hpp from include/ to src/
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Sep 24, 2024
1 parent 8eaac0f commit 6773e83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/ndt_scan_matcher/ndt_omp/multi_voxel_grid_covariance_omp.h"

#include "autoware/ndt_scan_matcher/ndt_omp/multi_voxel_grid_covariance_omp_impl.hpp"
#include "multi_voxel_grid_covariance_omp_impl.hpp"

template class pclomp::MultiVoxelGridCovariance<pcl::PointXYZ>;
template class pclomp::MultiVoxelGridCovariance<pcl::PointXYZI>;
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

// cspell:ignore evecs, evals, covar, eigvalue, futs

#include "multi_voxel_grid_covariance_omp.h"
#include "autoware/ndt_scan_matcher/ndt_omp/multi_voxel_grid_covariance_omp.h"

#include <pcl/common/common.h>
#include <pcl/filters/boost.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/ndt_scan_matcher/ndt_omp/multigrid_ndt_omp.h"

#include "autoware/ndt_scan_matcher/ndt_omp/multigrid_ndt_omp_impl.hpp"
#include "multigrid_ndt_omp_impl.hpp"

template class pclomp::MultiGridNormalDistributionsTransform<pcl::PointXYZ, pcl::PointXYZ>;
template class pclomp::MultiGridNormalDistributionsTransform<pcl::PointXYZI, pcl::PointXYZI>;
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

// cspell:ignore multigrid, nnvn, colj

#include "multigrid_ndt_omp.h"
#include "autoware/ndt_scan_matcher/ndt_omp/multigrid_ndt_omp.h"

#include <algorithm>
#include <utility>
Expand Down

0 comments on commit 6773e83

Please sign in to comment.