Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URDF joint friction not read into models #890

Closed
costashatz opened this issue Jun 12, 2017 · 1 comment · Fixed by #891
Closed

URDF joint friction not read into models #890

costashatz opened this issue Jun 12, 2017 · 1 comment · Fixed by #891
Assignees

Comments

@costashatz
Copy link
Contributor

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.

     <joint name="joint_name" type="revolute">
            <parent link="parent_link"/>
            <child link="child_link"/>
            <dynamics damping="this is ok" friction="THIS IS IGNORED" />
            .....
        </joint>

I am using the latest master branch..

Thanks...

@jslee02
Copy link
Member

jslee02 commented Jun 12, 2017

Thanks for this report. I believe this should be resolved by #891.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants