# Assembly Planning by Subassembly Decomposition Using Blocking Reduction

**Authors:** James Watson, Tucker Hermans

arXiv: 1907.03835 · 2019-07-10

## TL;DR

This paper introduces a novel disassembly interference graph (DIG) to improve assembly sequence planning by decomposing assemblies into subassemblies, enhancing access and potential for parallelization, validated through a heuristic that produces efficient plans.

## Contribution

The paper presents a new obstruction relationship model using DIG and a subassembly decomposition approach that improves assembly planning efficiency and parallelization potential.

## Key findings

- Plans are comparable to state-of-the-art methods in length.
- The method effectively identifies subassemblies for parallel assembly.
- Part blockage measure improves planning outcomes.

## Abstract

The sequence in which a complex product is assembled directly impacts the ease and efficiency of the assembly process, whether executed by a human or a robot. A sequence that gives the assembler the greatest freedom of movement is therefore desirable. Our main contribution is an expression of obstruction relationships between parts as a disassembly interference graph (DIG). We validate this heuristic by developing a disassembly sequence planner that partitions assemblies in a way that prioritizes access to parts, resulting in plans that are comparable in efficiency to two state-of-the-art assembly methods in terms of total plan length. Using DIG, our method generates successive subassembly decompositions, yielding a tree structure that makes parallization opportunities apparent. Our planner generates viable disassembly plans by minimizing our part blockage measure, and thereby demonstrates that this measure is a valuable addition to the Assembly Sequence Planning toolkit.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.03835/full.md

## Figures

21 figures with captions in the complete paper: https://tomesphere.com/paper/1907.03835/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1907.03835/full.md

---
Source: https://tomesphere.com/paper/1907.03835