Skip to content

Commit

Permalink
Increase ICP iterations to make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jspricke committed Aug 25, 2015
1 parent d61e697 commit 0854578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/registration/test_registration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ sampleRandomTransform (Eigen::Affine3f &trans, float max_angle, float max_trans)
TEST (PCL, IterativeClosestPointWithRejectors)
{
IterativeClosestPoint<PointXYZ, PointXYZ> reg;
reg.setMaximumIterations (50);
reg.setMaximumIterations (60);
reg.setTransformationEpsilon (1e-8);
reg.setMaxCorrespondenceDistance (0.15);
// Add a median distance rejector
Expand Down

0 comments on commit 0854578

Please sign in to comment.