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

iCub3 fixed_feet model broken #83

Open
GiulioRomualdi opened this issue Feb 3, 2021 · 1 comment
Open

iCub3 fixed_feet model broken #83

GiulioRomualdi opened this issue Feb 3, 2021 · 1 comment

Comments

@GiulioRomualdi
Copy link
Member

iCub3 does not have r_foot and l_foot links so the following does not work

<joint name="fixed_left" type="fixed">
<parent>world</parent>
<child>iCub::l_foot</child>
</joint>
<joint name="fixed_right" type="fixed">
<parent>world</parent>
<child>iCub::r_foot</child>
</joint>

As a consequence, the feet_fixed model is not fixed

@traversaro
Copy link
Member

This is not the first time it happens, we should look if there is any way to load the models and check if such error arise, to incorporate it in CI. Having said that, for this specific problem probably we can add a feet_fixed_model_icub3.sdf.in and for iCub3 models parse that one instead?

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

No branches or pull requests

2 participants