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_parser_py throw exception when I process this model #182

Open
chikuta opened this issue Dec 14, 2020 · 0 comments
Open

urdf_parser_py throw exception when I process this model #182

chikuta opened this issue Dec 14, 2020 · 0 comments

Comments

@chikuta
Copy link

chikuta commented Dec 14, 2020

When I process robotiq_2f_140 model by urdf_parser_py, urdf_parser_py throw exception as follows.

Unknown tag "material" in /robot[@name='MY_ROBOT_NAME']/link[@name='l_right_inner_finger_pad']/collision[1]

I think that this exception comes from material in collision tag.
According to ros-wiki, collision tag doesn't allow to use material tag.

<collision>
<origin xyz="0 0 0" rpy="0 0 0" />
<geometry>
<box size="0.03 0.07 0.0075"/>
</geometry>
<material name="">
<color rgba="0.9 0.0 0.0 1" />
</material>
</collision>

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

No branches or pull requests

1 participant