You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May be like this issue, the Anymal display also miss some parts on MeshCat.
importexample_robot_dataimporttime# Loading the anymal modelanymal=example_robot_data.load("anymal",display=False)
# display in MeshCatfrompinocchio.visualizeimportMeshcatVisualizerrobot=anymalq_max=robot.model.upperPositionLimit.Tq_min=robot.model.lowerPositionLimit.Tq0= (q_min+q_max)/2viz=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:
The text was updated successfully, but these errors were encountered:
May be like this issue, the Anymal display also miss some parts on MeshCat.
displays:
The text was updated successfully, but these errors were encountered: