We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
https://github.com/ros-industrial/robotiq/blob/66961ec6b6c9c493f13410d16ce32cea1648babf/robotiq_2f_140_gripper_visualization/urdf/robotiq_arg2f_140_model_macro.xacro#L141-L149
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I process robotiq_2f_140 model by urdf_parser_py, urdf_parser_py throw exception as follows.
I think that this exception comes from material in collision tag.
According to ros-wiki, collision tag doesn't allow to use material tag.
https://github.com/ros-industrial/robotiq/blob/66961ec6b6c9c493f13410d16ce32cea1648babf/robotiq_2f_140_gripper_visualization/urdf/robotiq_arg2f_140_model_macro.xacro#L141-L149
The text was updated successfully, but these errors were encountered: