MCPcopy Create free account
hub / github.com/MotrixLab/insactor / remove_scene_from_traj

Function remove_scene_from_traj

simulate/scene.py:60–64  ·  view source on GitHub ↗
(traj)

Source from the content-addressed store, hash-verified

58
59
60def remove_scene_from_traj(traj):
61 qp, box_qp = remove_box(deserialize_qp(traj))
62 traj = serialize_qp(qp)
63 box_traj = serialize_qp(box_qp)
64 return traj, box_traj

Callers 1

rollout.pyFile · 0.90

Calls 3

deserialize_qpFunction · 0.90
serialize_qpFunction · 0.90
remove_boxFunction · 0.70

Tested by

no test coverage detected