Skip to content

Commit

Permalink
Updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Dec 11, 2020
1 parent d71d630 commit 8302955
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tool_path_planner/test/utest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ TEST(IntersectTest, SurfaceWalkRasterRotationTest)
tool.intersection_plane_height = 0.2; // 0.5 works best, not sure if this should be included in the tool
tool.min_hole_size = 0.1;
tool.raster_rot_offset = direction;
tool.raster_wrt_global_axes = false;
tool.debug = false;
planner.setConfiguration(tool);
runRasterRotationTest(planner, mesh);
Expand All @@ -393,7 +392,6 @@ TEST(IntersectTest, PlaneSlicerRasterRotationTest)
// tool.tool_offset = 0.0; // currently unused
tool.min_hole_size = 0.1;
tool.raster_rot_offset = direction;
// tool.raster_wrt_global_axes = false;
// tool.debug = false;
planner.setConfiguration(tool);
runRasterRotationTest(planner, mesh);
Expand Down Expand Up @@ -532,7 +530,6 @@ TEST(IntersectTest, SurfaceWalkExtraRasterTest)
tool.intersection_plane_height = 0.2; // 0.5 works best, not sure if this should be included in the tool
tool.min_hole_size = 0.1;
tool.raster_rot_offset = 0.0;
tool.raster_wrt_global_axes = false;
tool.generate_extra_rasters = false;
tool.debug = false;

Expand Down

0 comments on commit 8302955

Please sign in to comment.