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
Function parse in urdf-parser.h, urdf-parser.cpp parses collision and visual geometries specified in URDF file whenever linkFrame is true.
This raises an issue when the parser does not know how to parse collision file.
The text was updated successfully, but these errors were encountered:
The function parse should be fixed as it should not be an error.
parse
Independently of the problem of urdf-parser.cpp, you can check that the DAE plugin is found by OSG using osgconv --plugins | grep dae
urdf-parser.cpp
osgconv --plugins | grep dae
Sorry, something went wrong.
I unassigned myself as it is unlikely I'll work on this now. I still think this is useful.
No branches or pull requests
Function parse in urdf-parser.h, urdf-parser.cpp parses collision and visual geometries specified in URDF file whenever linkFrame is true.
This raises an issue when the parser does not know how to parse collision file.
The text was updated successfully, but these errors were encountered: