-
Notifications
You must be signed in to change notification settings - Fork 8
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
The generated urdf links do not contain visual and collision elements #38
Comments
That's strange on my PC this command line executed in the test folder generates the correct model. As an example this is the
The only warning I get is the following:
I have to check the dependencies. |
Also the last build seems fine. |
I tried uninstalling and reinstalling everything, but still the same. Here is my terminal output:
there is a warning concerning the YAML loader too. |
I fix easily the warning by changing the |
Ok, I did a bit of analysis of the problem. it seems that the
right before this command and I can see the visual elements printed on the terminal with no errors:
This made me tought that the culprit should be the class I will try to revert back to previous commits of the |
I fixed the issue! the problem was due to multiple causes, all of them related to the
See the first link of the urdf:
closing the issue. |
Thanks @gabrielenava for this check! 🙂 In order to catch this kind of issues earlier probably could be useful to have nightly builds that take place automatically and specific unit test that fail if the generated |
@fiorisi |
Thanks @gabrielenava for the in-depth debugging.
I am not sure why we are closing the issue. As far as I understand, if anyone installs the |
@traversaro I agree. Considering the title of the issue probably we should keep it open. |
I tried to generate the
urdf
model contained in thetest/
folder of this repository. Theyaml
configuration files contains details concerning the meshes renaming in theurdf
, see https://github.com/robotology/simmechanics-to-urdf/blob/master/test/legs_simmechanics_options.yaml#L1.However, the generated urdf links do not contain any visual and collision elements. See the generated urdf below:
No error message is displayed
The text was updated successfully, but these errors were encountered: