Skip to content

Commit

Permalink
match the func name changed in ndt_omp
Browse files Browse the repository at this point in the history
Signed-off-by: a-maumau <[email protected]>
  • Loading branch information
a-maumau committed Jul 22, 2024
1 parent 802d05d commit d26d913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ Eigen::Matrix2d NDTScanMatcher::estimate_covariance(
if (
param_.covariance.covariance_estimation.covariance_estimation_type ==
CovarianceEstimationType::LAPLACE_APPROXIMATION) {
return pclomp::estimate_xy_covariance_by_Laplace_approximation(ndt_result.hessian);
return pclomp::estimate_xy_covariance_by_laplace_approximation(ndt_result.hessian);
} else if (
param_.covariance.covariance_estimation.covariance_estimation_type ==
CovarianceEstimationType::MULTI_NDT) {
Expand Down

0 comments on commit d26d913

Please sign in to comment.