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

Function remove_box

tools/demo_utils/scene.py:9–10  ·  view source on GitHub ↗
(qp)

Source from the content-addressed store, hash-verified

7 return jp.tree_map(lambda x, y: np.concatenate([x,y], axis=-2), qp, box_qp)
8
9def remove_box(qp):
10 return jp.tree_map(lambda x: x[..., :19, :], qp), jp.tree_map(lambda x: x[..., 19:, :], qp)
11
12def add_scene_to_traj(traj, waypoint, scene='hit', bar_height=1.25):
13 if scene=='hit':

Callers 1

remove_scene_from_trajFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected