Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
  • Loading branch information
esteve committed Sep 17, 2024
1 parent 5283728 commit 47c516c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/autoware/ndt_omp/pclomp/gicp_omp.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class GeneralizedIterativeClosestPoint : public pcl::IterativeClosestPoint<Point
const pcl::PointCloud<PointTarget> & cloud_tgt, const std::vector<int> & tgt_indices,
Eigen::Matrix4f & transformation_matrix)>
rigid_transformation_estimation_;
}
};
} // namespace autoware::ndt_omp::pclomp

#endif // #ifndef PCL_GICP_H_
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ class VoxelGridCovariance : public pcl::VoxelGrid<PointT>

/** \brief KdTree generated using \ref voxel_centroids_ (used for searching). */
pcl::KdTreeFLANN<PointT> kdtree_;
}
};
} // namespace autoware::ndt_omp::pclomp

#endif // #ifndef PCL_VOXEL_GRID_COVARIANCE_H_

0 comments on commit 47c516c

Please sign in to comment.