Skip to content

Commit 2556ef8

Browse files
committed
fix
1 parent fe15267 commit 2556ef8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sensing/tier4_pcl_extensions/include/tier4_pcl_extensions/voxel_grid_nearest_centroid.hpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -153,21 +153,21 @@ class VoxelGridNearestCentroid : public VoxelGrid<PointT>
153153
// }
154154

155155
/** \brief Get the eigen vectors of the voxel covariance.
156-
* \note Order corresponds with \ref getEvals
156+
* \note Order corresponds with \ref getEigenValues
157157
* \return matrix whose columns contain eigen vectors
158158
*/
159159
// Eigen::Matrix3d
160-
// getEvecs () const
160+
// getEigenVectors () const
161161
// {
162162
// return (eigen_vectors_);
163163
// }
164164

165165
/** \brief Get the eigen values of the voxel covariance.
166-
* \note Order corresponds with \ref getEvecs
166+
* \note Order corresponds with \ref getEigenVectors
167167
* \return vector of eigen values
168168
*/
169169
// Eigen::Vector3d
170-
// getEvals () const
170+
// getEigenValues () const
171171
// {
172172
// return (eigen_values_);
173173
// }

0 commit comments

Comments
 (0)