MCPcopy Create free account
hub / github.com/Simple-Robotics/Simple / delete_object

Function delete_object

sandbox/viz_utils.py:126–127  ·  view source on GitHub ↗
(viz: MeshcatVisualizer, name: str)

Source from the content-addressed store, hash-verified

124
125
126def delete_object(viz: MeshcatVisualizer, name: str):
127 viz.viewer[name].delete()
128
129
130TWOPI = 2 * np.pi

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected