Replies: 2 comments
-
I think meshcat is currently not able to open .dae files. If you want to use the meshcat viewer, I think you should convert your visual meshes to another format. |
Beta Was this translation helpful? Give feedback.
-
On that note, we've been trying to get fixes for DAE meshes into the meshcat (JS) upstream repo: meshcat-dev/meshcat#170 for a little while now. After that, they'll need to update the meshcat-python repo (and maybe do a release on PyPI) to point to the new meshcat backend. For now, we have this branch on a fork of meshcat-python for which DAE files work. This is for your own reference, you may fork it yourself to have a working version, but we do not officially support it. |
Beta Was this translation helpful? Give feedback.
-
ubuntu2024.04
Pycharm Community Edition 2024.1.1
pip install pin
I have a simple program that runs normally, but cannot be displayed visually on the web page. It is a blank meshcat page.
and my code is shown below
and my URDF code is shown below
i I think there is no problem with my urdf file. I imported it in coppeliasim and it can be displayed normally, but it cannot be visualized using the pinocchio library.
Please help @stephane-caron @jviereck
Beta Was this translation helpful? Give feedback.
All reactions