We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec63db commit 8e1247cCopy full SHA for 8e1247c
examples/all_humanoids.py
@@ -50,8 +50,6 @@
50
q[0] = row * GRID_SPACING # [m]
51
q[1] = column * GRID_SPACING # [m]
52
robot.display(q)
53
- print(f"Displaying {name=}")
54
- input("Press Enter to close MeshCat and terminate... ")
55
56
print(f"Displaying {nb_humanoids} humanoid robot descriptions")
57
input("Press Enter to close MeshCat and terminate... ")
0 commit comments