-
Notifications
You must be signed in to change notification settings - Fork 401
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
Talos robot not correctly loaded in the meshcat-viewer example #1471
Comments
Thanks @GiulioRomualdi for raising this issue and reporting for this bug. |
Hi @jcarpent. Thank you! With pinocchio 2.5.6 the problem disappears |
@GiulioRomualdi I've fixed the bug and in fact it was only related to Meshcat support of Pinocchio. I will provide a release soon to fix it at least on conda. |
@GiulioRomualdi Could you confirm that fixes your issue in robotology/icub-models#97? |
24dbede solves the problem with Talos and Pinocchio 2.6.2. However, when I try to load the iCub (robotology/icub-models#97) the meshes are not scaled without 24dbede the meshes are scaled even if the robot is not correctly loaded |
I've just update #1472 to also scale the geometries when loading the meshes. |
Small remark: according to https://github.com/rdeits/meshcat/blob/1ea52a649c0c8df800587b54d0910ef2868f8de5/src/index.js#L357-L361, it seems that Meshcat erases the previous scaling. |
Solved by #1472 |
Thanks a lot @jcarpent for the fix! |
Hello, I am trying to reproduce the exact scenario as above. The iCub model loads to the viewer by,
However, when I modify the pose of the robot (or even in neutral) by setting certain angles and upon visualising it using,
the robot model completely disappears from the My setup: |
Could you use a more recent version of Pinocchio? |
Thanks for a super quick reply. I had a bunch of dependency issues between |
I think the problem experienced by @akhilsathuluri comes from the fact that there is no |
when i use pinocchio 3.3.0 on macos, i still get the problem of talos model incorrect loading with the meshcat talos example. what can i do to fix it?
|
Hi all, first of all, thank you for the effort to develop and maintain
pinocchio
.I was trying to visualize the Talos robot following this example. However I noticed that the model is not correctly loaded in meshcat.
Indeed there seems that the right shoulder and the legs are not correctly attached to the robot body.
I installed
meshcat
andpinocchio
with conda in a cleanUbuntu 20.04
distro.For reference, my packages are:
Could you help me to solve this issue? Thank you in advance
cc @traversaro
The text was updated successfully, but these errors were encountered: