-
Notifications
You must be signed in to change notification settings - Fork 21
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
Failed to load stickBot model in the parametric KinDynComputations. #71
Comments
Probably related to #49 (comment) |
This should work
|
@S-Dafarra how did you installed |
now I switched to source installation. I noticed that in the standard case, there is this snippet adam/src/adam/model/std_factories/std_model.py Lines 11 to 23 in 2f18e9e
I have added it with the following diff
and now the model is loaded correctly |
Have you tried using: xml_file = open(path, "r", encoding="utf-8") in
Because using the system default implicitly can create problems on Windows. |
mmm, I think the error is "hidden" from removing the sensor tag, but it is resolved because now Which version of |
For reference, this is my current
|
Relevant PR: #72 |
Actually the issue is still there as the fix still needs to be released. |
If I try to load the model https://github.com/icub-tech-iit/ergocub-gazebo-simulations/blob/1179630a88541479df51ebb108a21865ea251302/models/stickBot/model.urdf
in
KinDynComputationsParametric
I have the following issue:The normal
KinDynComputations
instead works fine.cc @CarlottaSartore
The text was updated successfully, but these errors were encountered: