ROMay 11, 2021

Efficient Analytical Derivatives of Rigid-Body Dynamics using Spatial Vector Algebra

arXiv:2105.05102v331 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for faster model-based control in robotics, offering incremental improvements in computational efficiency for derivative calculations.

The paper tackled the problem of efficiently computing partial derivatives of rigid-body dynamics for robot control by developing new closed-form expressions and a recursive algorithm, achieving speedups of up to 1.4x for a 50-dof humanoid compared to prior methods.

An essential need for many model-based robot control algorithms is the ability to quickly and accurately compute partial derivatives of the equations of motion. State of the art approaches to this problem often use analytical methods based on the chain rule applied to existing dynamics algorithms. Although these methods are an improvement over finite differences in terms of accuracy, they are not always the most efficient. In this paper, we contribute new closed-form expressions for the first-order partial derivatives of inverse dynamics, leading to a recursive algorithm. The algorithm is benchmarked against chain-rule approaches in Fortran and against an existing algorithm from the Pinocchio library in C++. Tests consider computing the partial derivatives of inverse and forward dynamics for robots ranging from kinematic chains to humanoids and quadrupeds. Compared to the previous open-source Pinocchio implementation, our new analytical results uncover a key computational restructuring that enables efficiency gains. Speedups of up to 1.4x are reported for calculating the partial derivatives of inverse dynamics for the 50-dof Talos humanoid.

Code Implementations1 repo
Foundations

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

Your Notes