Kinegami: Computational Design of Kinematic Mechanisms

Overview: This project aims to develop computational pipelines for users to quickly and cheaply design and construct mechanisms from kinematic specifications.

Arms, legs, and fingers of animals and robots are all examples of “kinematic chains” – mechanisms with sequences of joints connected by effectively rigid links. We create end-to-end design algorithms and interactive editing software for kinematic “skeletons” that can be fabricated as origami or 3D printed structures. This is part of a larger effort within the lab to provide tools for rapid prototyping and fabrication of custom robots and mechanisms.

Overview diagram for Kinegami system

Compositional Design of Tubular Structures

We construct kinematic chains and trees as tubular structures designed as compositions of rotational and translational modules. The methods are built upon a library of parameterized designs for revolute (rotating) joints, prismatic (sliding) joints, and rigid links. We have designed a library of modules constructed from origami and are currently working on 3D printed module designs.

Algorithms

Our algorithms automatically design kinematic chains (and soon trees) with given degrees of freedom. Given a sequence of axes of motion (lines in 3D space along which a revolute joint rotates or a prismatic joint translates), our algorithms calculate a position and orientation along each axis such that joints can be sequentially connected by tubular links. The core idea is to convert the design problem into a planning problem for module centerline paths. Since a tube cannot bend more sharply than its own radius, the paths have a minimum turning radius, making this a Dubins planning problem. The algorithms space joints far enough apart and orient them appropriately such that collision-free Dubins paths exist connecting them.

Human-in-the-Loop Design Tools

We are creating fully interactive design software to enable humans to create kinematic chains and trees with assistance from our algorithms, requiring no coding or engineering expertise. We currently have a python repository for creating and editing tubular kinematic chains, visualizing how they can move, and exporting origami crease patterns to construct them: see our github repo for more details.

Dynamical Robots

(In collaboration with Kod*lab)

Our library of tubular origami module patterns enables rapid, cheap, semi-automated prototyping of dynamical robots with high power density. To demonstrate this, we are building the Dynamic Origami Quadruped (DOQ), an untethered mesoscale robot capable of walking, bounding, and pronking gaits. The light weight of the origami tubes enables the robot mass to be about 50% actuators.

Resources

Python code for creating and editing tubular origami kinematic chains (from our upcoming 8OSME paper): https://github.com/SungRoboticsGroup/KinegamiPython

MATLAB code for creating tubular origami kinematic chains (from our 2023 T-RO paper): https://github.com/SungRoboticsGroup/Kinegami

Instructional example videos for folding tubular origami modules. These examples have 4 sides and are made from .005″ thick PET plastic film. The crease lines are laser etched at 25 PPI, and mountain-valley coloring is hand-drawn in pen.

Related Publications

Kinegami: Open-source Software for Creating Kinematic Chains from Tubular Origami

Feshbach, Daniel; Chen, Wei-Hsi; Koditschek, Daniel E.; Sung, Cynthia

Kinegami: Open-source Software for Creating Kinematic Chains from Tubular Origami (Conference)

8th International Meeting on Origami in Science, Mathematics, and Education (8OSME), Forthcoming.

(Abstract | BibTeX | Links: )

Robogami Reveals the Utility of Slot-Hopper for Co-Design of DOQ’s Body and Behavior

Chen, Wei-Hsi; Caporale, J. Diego; Koditschek, Daniel E.; Sung, Cynthia

Robogami Reveals the Utility of Slot-Hopper for Co-Design of DOQ’s Body and Behavior (Workshop)

ICRA 2024 Workshop on Co-design in Robotics: Theory, Practice, and Challenges, 2024.

(BibTeX | Links: )

Bio-inspired quadrupedal robot with passive paws through algorithmic origami design

Chen, Wei-Hsi; Qi, Xueyang; Feshbach, Daniel; Wang, Stanley J.; Kuang, Duyi; Full, Robert; Koditschek, Daniel; Sung, Cynthia

Bio-inspired quadrupedal robot with passive paws through algorithmic origami design (Workshop)

7th IEEE-RAS International Conference on Soft Robotics (RoboSoft) Workshop: Soft Robotics Inspired Biology, 2024.

(BibTeX | Links: )

DOQ: A Dynamic Origami Quadrupedal Robot

Chen, Wei-Hsi; Rozen-Levy, Shane; Addison, Griffin; Peach, Lucien; Koditschek, Daniel E.; Sung, Cynthia R.

DOQ: A Dynamic Origami Quadrupedal Robot (Workshop)

ICRA Workshop on Origami-based Structures for Designing Soft Robots with New Capabilities, 2023.

(BibTeX)

Kinegami: Algorithmic Design of Compliant Kinematic Chains From Tubular Origami

Chen, Wei-Hsi; Yang, Woohyeok; Peach, Lucien; Koditschek, Daniel E.; Sung, Cynthia R.

Kinegami: Algorithmic Design of Compliant Kinematic Chains From Tubular Origami (Journal Article)

In: IEEE Transactions on Robotics, vol. 39, iss. 2, pp. 1260-1280, 2023, (Honorable mention for 2023 IEEE Transactions on Robotics King-Sun Fu Memorial Best Paper Award).

(Abstract | BibTeX | Links: )

Acknowledgements

This project has been supported by the National Science Foundation under grants 2322898 and 1845339, and by the Army Research Office under the SLICE Multidisciplinary University Research Initiatives Program grant W911NF1810327. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation or the Army Research Office.