ROOCSep 20, 2019

Inverse Kinematics for Serial Kinematic Chains via Sum of Squares Optimization

arXiv:1909.09318v320 citationsHas Code
Originality Incremental advance
AI Analysis

This provides a computationally efficient and certifiably optimal solution for motion planning in articulated robots, though it is incremental as it builds on convex optimization techniques.

The paper tackles the inverse kinematics problem for highly redundant serial kinematic chains with joint limits by formulating it as a nearest point problem and solving it with a fast sum of squares solver, achieving polynomial runtime scaling and post-hoc certification of global optimality.

Inverse kinematics is a fundamental problem for articulated robots: fast and accurate algorithms are needed for translating task-related workspace constraints and goals into feasible joint configurations. In general, inverse kinematics for serial kinematic chains is a difficult nonlinear problem, for which closed form solutions cannot be easily obtained. Therefore, computationally efficient numerical methods that can be adapted to a general class of manipulators are of great importance. % to motion planning and workspace generation tasks. In this paper, we use convex optimization techniques to solve the inverse kinematics problem with joint limit constraints for highly redundant serial kinematic chains with spherical joints in two and three dimensions. This is accomplished through a novel formulation of inverse kinematics as a nearest point problem, and with a fast sum of squares solver that exploits the sparsity of kinematic constraints for serial manipulators. Our method has the advantages of post-hoc certification of global optimality and a runtime that scales polynomialy with the number of degrees of freedom. Additionally, we prove that our convex relaxation leads to a globally optimal solution when certain conditions are met, and demonstrate empirically that these conditions are common and represent many practical instances. Finally, we provide an open source implementation of our algorithm.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes