Skip to main content

Showing 1–4 of 4 results for author: Elias, A J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2505.23111  [pdf, ps, other

    cs.RO

    Redundancy Parameterization of the ABB YuMi Robot Arm

    Authors: Alexander J. Elias, John T. Wen

    Abstract: The ABB YuMi is a 7-DOF collaborative robot arm with a complex, redundant kinematic structure. Path planning for the YuMi is challenging, especially with joint limits considered. The redundant degree of freedom is parameterized by the Shoulder-Elbow-Wrist (SEW) angle, called the arm angle by ABB, but the exact definition must be known for path planning outside the RobotStudio simulator. We provide… ▽ More

    Submitted 29 May, 2025; originally announced May 2025.

    Comments: 8 pages, 5 figures

  2. arXiv:2501.18505  [pdf, other

    cs.RO

    Path Planning and Optimization for Cuspidal 6R Manipulators

    Authors: Alexander J. Elias, John T. Wen

    Abstract: A cuspidal robot can move from one inverse kinematics (IK) solution to another without crossing a singularity. Multiple industrial robots are cuspidal. They tend to have a beautiful mechanical design, but they pose path planning challenges. A task-space path may have a valid IK solution for each point along the path, but a continuous joint-space path may depend on the choice of the IK solution or… ▽ More

    Submitted 29 April, 2025; v1 submitted 30 January, 2025; originally announced January 2025.

    Comments: 11 pages, 11 figures. Update 1: Expanded background, clarified methods, expanded conclusion, improved readability

  3. arXiv:2307.13122  [pdf, other

    cs.RO

    Redundancy parameterization and inverse kinematics of 7-DOF revolute manipulators

    Authors: Alexander J. Elias, John T. Wen

    Abstract: Seven degree-of-freedom (DOF) robot arms have one redundant DOF which does not change the motion of the end effector. The redundant DOF offers greater manipulability of the arm configuration to avoid obstacles and singularities, but it must be parameterized to fully specify the joint angles for a given end effector pose. For 7-DOF revolute (7R) manipulators, we introduce a new concept of generaliz… ▽ More

    Submitted 20 March, 2024; v1 submitted 24 July, 2023; originally announced July 2023.

    Comments: 22 pages, 14 figures. Update: Sawyer IK using polynomial method, two video extensions, expanded related literature

  4. arXiv:2211.05737  [pdf, other

    cs.RO

    IK-Geo: Unified Robot Inverse Kinematics Using Subproblem Decomposition

    Authors: Alexander J. Elias, John T. Wen

    Abstract: This paper presents the open-source robot inverse kinematics (IK) solver IK-Geo, the fastest general IK solver based on published literature. In this unifying approach, IK for any 6-DOF all-revolute (6R) manipulator is decomposed into six canonical geometric subproblems solved by intersecting circles with other geometric objects. We present new efficient and singularity-robust solutions to these s… ▽ More

    Submitted 19 February, 2024; v1 submitted 10 November, 2022; originally announced November 2022.

    Comments: 19 pages, 8 figures. Update 2: New polynomial IK method, 1D search for nonconsecutive intersecting axes. Update 1: New subproblem solution methods and timing results