You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading URDF files, the dynamics property "friction" of the joints seems to be ignored. The viscous friction (damping coefficient) is properly read and set, but the coulomb friction not. I tried several URDFs and it's always the same.
<jointname="joint_name"type="revolute">
<parentlink="parent_link"/>
<childlink="child_link"/>
<dynamicsdamping="this is ok"friction="THIS IS IGNORED" />
.....
</joint>
I am using the latest master branch..
Thanks...
The text was updated successfully, but these errors were encountered:
When loading URDF files, the dynamics property "friction" of the joints seems to be ignored. The viscous friction (damping coefficient) is properly read and set, but the coulomb friction not. I tried several URDFs and it's always the same.
I am using the latest master branch..
Thanks...
The text was updated successfully, but these errors were encountered: