-
Notifications
You must be signed in to change notification settings - Fork 403
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
Display issues with hector
drone in pin3
#2291
Comments
I think @ManifoldFR have found a similar issue with the UR5 end effector. |
What is the file extension for the meshes for this robot ? If it's STL or DAE I have a fix over on our own fork of meshcat-python on the Simple-Robotics org Probably related to my PR: meshcat-dev/meshcat#170 |
You are right, the UR5 end-effector has also display issues. However, they look different than what we see on your PR @ManifoldFR . The drone has both DAE for visual and STL for collisions. I installed the latest master from our fork of meshcat-python but this does not solve the problem. |
Oh, the branch to install is not master, but topic/update-meshcatjs I think. The current master on the fork is just the master from upstream if I recall correctly. |
That one should point to the right branch on our fork of meshcat (JS) which has all of the patches I wanted to upstream. Unfortunately nothing has advanced on that front. |
mmh, I tried also the branch |
The issue is solved for me by #2294. |
Since I use pinocchio3 from conda, the
hector
drone from example-robot-data is not displayed properly in meshcat. This is not blocking me, I just thought I raise the issue as maybe others will experience display issues as well. I displayed a couple other quadrupeds and manipulator models from erd and they all look fine.Steps to reproduce:
then in ipython
It works as expected with
The text was updated successfully, but these errors were encountered: