项目作者: romi-lab

项目描述 :
This project plans the welding layers, sequence, as well as all welding points (with pose in 2d) for V-shape groove.
高级语言: MATLAB
项目地址: git://github.com/romi-lab/mutilayer-weld-path-planning.git
创建时间: 2020-11-02T02:13:28Z
项目社区:https://github.com/romi-lab/mutilayer-weld-path-planning

开源协议:

下载


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.