Skip to content

How to generate weld path with collision-free tool orientation? #744

Answered by Levi-Armstrong
savolla asked this question in Q&A
Discussion options

You must be logged in to vote

Currently tesseract does not support toolpath generation directly and expects the path to be provided. There are a few opensource option available for tool path generation.

  • Generating toolpaths on surface and edges of surfaces you could use the noether package which was used to generate the toolpath in the job_path.yaml.
    • There is a plugin for RViz which leverages noether
  • There is also bezier but as you pointed out I believe it only does surfaces.
  • There is also tools like FreeCAD which have a CNC workbech for generating toolpath from cad models.
  • You could also leverage OpenCascad tools to generated toolpaths from cad.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@savolla
Comment options

Answer selected by savolla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants