Implements Godel's meshing and tool path planning plugins using the Path-Planning IR&D work.
Exports a meshing plugin by the name: godel_noether::NoetherMesher
.
Exports a tool path planning plugin by the name: godel_noether::NoetherPathPlanner
.
Under godel_robots
find your robot support package and then look in the config/
folder for a plugins.yaml
file.
Change it to read:
meshing_plugin_name: "godel_noether::NoetherMesher"
blend_tool_planning_plugin_name: "godel_noether::NoetherPathPlanner"
...