ros-industrial / noether

Tool path planning and surface segmenter
113 stars 44 forks source link

Refactor: tool path planner unit test #155

Closed marip8 closed 2 years ago

marip8 commented 2 years ago

This PR adds a unit test to the noether_tpp package for testing the raster and edge planner implementations. No raster or edge planner implementations have been ported to noether_tpp yet, so this unit test won't actually test anything yet. We can either merge this now and update it later after porting the first planner, or build the tool path planner port PR on top of this branch.

@DavidMerzJr please review