Fix failing sla tree tests

Try to increase number of rays in Beam to prevent colisions


Put back threshold for intersections with model in sla tree tests 


Increase safety distance for branching tree instead of increasing rays
This commit is contained in:
tamasmeszaros 2022-05-17 10:52:52 +02:00
parent fd8fd77077
commit 0a3b17f940
4 changed files with 61 additions and 50 deletions

View file

@ -60,7 +60,7 @@ struct SupportByproducts
std::string obj_fname;
std::vector<float> slicegrid;
std::vector<ExPolygons> model_slices;
sla::SupportTreeBuilder supporttree;
sla::SupportTreeBuilder suptree_builder;
TriangleMesh input_mesh;
};