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

Express base velocity in local frame when using Pinocchio #36

Open andreadelprete opened 6 years ago

andreadelprete commented 6 years ago

We recently found out that in Pinocchio (dynamics library) the velocity of the floating-base is expressed in the local frame, whereas in the SoT we express it in the world frame. We need to change this in the utility functions used to convert the robot velocity vector from SoT to URDF convention (and viceversa).