Skip to content

Commit

Permalink
Fix test recognition cg under Windows in Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiofantacci committed Oct 19, 2018
1 parent 50d2193 commit aff289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recognition/test_recognition_cg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ TEST (PCL, Hough3DGrouping)
clusterer.setSceneRf (scene_rf);
clusterer.setModelSceneCorrespondences (model_scene_corrs_);
clusterer.setHoughBinSize (0.03);
clusterer.setHoughThreshold (13);
clusterer.setHoughThreshold (12);
EXPECT_TRUE (clusterer.recognize (rototranslations));

//Assertions
Expand Down

0 comments on commit aff289e

Please sign in to comment.