erwincoumans / motion_imitation

Code accompanying the paper "Learning Agile Robotic Locomotion Skills by Imitating Animals"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional motor torques

RodrigoMA93 opened this issue · comments

Is not an issue, just for a better understanding, how do you calculate the additional motor torques that are used in the Hybrid Control of your robot. Do you do a substraction of the desired motor torques minus the actual motor torques?
Selección_034

The additional torques are computed using convex MPC, for the stance feet. In other words: the swing feet use position control (PD) while stance feet using torque control through those 'additional_torques).