HQP logo

Task Space Inverse Dynamics

This algorithm was proposed in "Prioritized motion–force control of constrained fully-actuated robots-Task Space Inverse Dynamics" by A. D. Prete (RAS 2014)

Tags: implementations LQR, Riccati

GitHub



Abstract

We present a new framework for prioritized multi-task motion/force control of fully-actuated robots. This work is established on a careful review and comparison of the state of the art. Some control frameworks are not optimal, that is they do not find the optimal solution for the secondary tasks. Other frameworks are optimal, but they tackle the control problem at kinematic level, hence they neglect the robot dynamics and they do not allow for force control. Still other frameworks are optimal and consider force control, but they are computationally less efficient than ours. Our final claim is that, for fully-actuated robots, computing the operational-space inverse dynamics is equivalent to computing the inverse kinematics (at acceleration level) and then the joint-space inverse dynamics. Thanks to this fact, our control framework can efficiently compute the optimal solution by decoupling kinematics and dynamics of the robot. We take into account: motion and force control, soft and rigid contacts, free and constrained robots. Tests in simulation validate our control framework, comparing it with other state-of-the-art equivalent frameworks and showing remarkable improvements in optimality and efficiency.

A. D. Prete et al., Prioritizedmotion–forcecontrolofconstrainedfully-actuatedrobots-TaskSpaceInverseDynamics, RAS 2014

PDF file

Code Dependancy

How to Operate