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
https://github.com/humanoid-path-planner/hpp-pinocchio/blob/bcd11eb78aad30a94a6bea25a3161caac7c0f3ba/src/urdf/util.cc#LL448C43-L448C43 If the file passed as an argument to loadModel does not exist, we get the following error message "Failed to parse URDF. Use check_urdf command to know what's wrong." It might be useful to check the existence of the file before calling ::urdf::parseURDFFile.
loadModel
::urdf::parseURDFFile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/humanoid-path-planner/hpp-pinocchio/blob/bcd11eb78aad30a94a6bea25a3161caac7c0f3ba/src/urdf/util.cc#LL448C43-L448C43
If the file passed as an argument to
loadModel
does not exist, we get the following error message "Failed to parse URDF. Use check_urdf command to know what's wrong."It might be useful to check the existence of the file before calling
::urdf::parseURDFFile
.The text was updated successfully, but these errors were encountered: