stack-of-tasks / sot-torque-control

Collection of dynamic-graph entities aimed at implementing torque control on different robots.
Other
9 stars 15 forks source link

Split ForceTorqueEstimator into two entities #12

Closed andreadelprete closed 7 years ago

andreadelprete commented 7 years ago

Currently the entity ForceTorqueEstimator computes:

Since the computation of joint velocities and accelerations is independent of the second operation we should split this entity into two. This makes especially sense considering that for the new robot (Pyrene) we will not need to estimate the joint torques using the robot dynamic model as we do now for HRP-2, but we'll still need to estimate the joint velocities (and maybe also the accelerations).