Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.17 KB

Mutilayer weld path planning

Overview

We introduce a method for V-shape groove mutilayer path planning. This method plans the welding layers, sequence, as well as all welding points (with pose in 2d) for V-shape groove. In the algorithm, the welding bead geometry has been approximated into parallelograms or trapezoids for simplification. And the manner for welding path is planned in a side-to-center, left-to-right, bottom-to-top manner. It allows such calculation on V-groove with various thickness, assembly clearance, and groove angle.

Procedures

The code mainly follows 5 steps:

  1. Groove definition
  2. Layer cutting
  3. Segmentation
  4. Geometry points identification
  5. Weld path planning

Results

Note

For detail, please check the document and code.