Skip to content
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

Anymal display is missing parts on MeshCat #212

Closed
wly2014 opened this issue Apr 15, 2024 · 1 comment
Closed

Anymal display is missing parts on MeshCat #212

wly2014 opened this issue Apr 15, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@wly2014
Copy link

wly2014 commented Apr 15, 2024

May be like this issue, the Anymal display also miss some parts on MeshCat.

import example_robot_data
import time

# Loading the anymal model
anymal = example_robot_data.load("anymal",display=False)

# display in MeshCat
from pinocchio.visualize import MeshcatVisualizer
robot = anymal
q_max = robot.model.upperPositionLimit.T
q_min = robot.model.lowerPositionLimit.T
q0 = (q_min+q_max)/2

viz = MeshcatVisualizer(robot.model, robot.collision_model, robot.visual_model)
# Start a new MeshCat server and client.
viz.initViewer(open=True)
# Load the robot in the viewer.
viz.loadViewerModel()
viz.display(q0)

time.sleep(10.0)

displays:
anymal

@cmastalli
Copy link
Collaborator

This is related to issues in Meshcat when supporting Collada files. Some related efforts can be seen in meshcat-dev/meshcat#139 and meshcat-dev/meshcat#170.

I will close this issue as we're not planning to handle this now.

@cmastalli cmastalli added the wontfix This will not be worked on label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants