lemonhdl commited on
Commit
a47ceb6
·
verified ·
1 Parent(s): 5dc059e

Upload assets/objects/014_red-block/points_info.json with huggingface_hub

Browse files
assets/objects/014_red-block/points_info.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "object_name": "bbhl_block",
3
+ "mesh_semantics": {
4
+ "shape": "axis-aligned cube",
5
+ "edge_length_m": 0.05,
6
+ "centered_at_origin": true
7
+ },
8
+ "functional_points": [
9
+ {
10
+ "id": 0,
11
+ "name": "bottom_center",
12
+ "position_m": [0.0, 0.0, -0.025]
13
+ },
14
+ {
15
+ "id": 1,
16
+ "name": "top_center",
17
+ "position_m": [0.0, 0.0, 0.025]
18
+ }
19
+ ],
20
+ "provenance": "Reconstructed from procedural create_box geometry in CycleManip/envs/utils/create_actor.py for beat_block_hammer tasks."
21
+ }