|
@@ -98,7 +98,7 @@ bool ICPSVDRegistration::ScanMatch(
|
|
|
// TODO: do not have enough correspondence -- break:
|
|
|
if(t_correspondence < 4 || xs.size() != ys.size() || xs.size()<=0)
|
|
|
{
|
|
|
- std::cout<<"icp_svd not enough correspondence "<<std::endl;
|
|
|
+ // std::cout<<"icp_svd not enough correspondence "<<std::endl;
|
|
|
return false;
|
|
|
}
|
|
|
|
|
@@ -118,7 +118,7 @@ bool ICPSVDRegistration::ScanMatch(
|
|
|
t_avg_correspond_dist_sq /= xs.size();
|
|
|
if(t_avg_correspond_dist_sq > euc_fitness_eps_)
|
|
|
{
|
|
|
- std::cout<<"correspond avg dist sq too large: " << t_avg_correspond_dist_sq <<std::endl;
|
|
|
+ // std::cout<<"correspond avg dist sq too large: " << t_avg_correspond_dist_sq <<std::endl;
|
|
|
return false;
|
|
|
}
|
|
|
|