lemonhdl commited on
Commit
a27c1d6
·
verified ·
1 Parent(s): c8e4e76

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

Browse files
assets/objects/014_red-block/model_data0.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "center": [0.0, 0.0, 0.0],
3
+ "extents": [0.05, 0.05, 0.05],
4
+ "scale": [1.0, 1.0, 1.0],
5
+ "target_pose": [
6
+ [
7
+ [1.0, 0.0, 0.0, 0.0],
8
+ [0.0, 1.0, 0.0, 0.0],
9
+ [0.0, 0.0, 1.0, 0.025],
10
+ [0.0, 0.0, 0.0, 1.0]
11
+ ]
12
+ ],
13
+ "contact_points_pose": [
14
+ [
15
+ [0.0, 0.0, 1.0, 0.0],
16
+ [1.0, 0.0, 0.0, 0.0],
17
+ [0.0, 1.0, 0.0, 0.0],
18
+ [0.0, 0.0, 0.0, 1.0]
19
+ ],
20
+ [
21
+ [1.0, 0.0, 0.0, 0.0],
22
+ [0.0, 0.0, -1.0, 0.0],
23
+ [0.0, 1.0, 0.0, 0.0],
24
+ [0.0, 0.0, 0.0, 1.0]
25
+ ],
26
+ [
27
+ [-1.0, 0.0, 0.0, 0.0],
28
+ [0.0, 0.0, 1.0, 0.0],
29
+ [0.0, 1.0, 0.0, 0.0],
30
+ [0.0, 0.0, 0.0, 1.0]
31
+ ],
32
+ [
33
+ [0.0, 0.0, -1.0, 0.0],
34
+ [-1.0, 0.0, 0.0, 0.0],
35
+ [0.0, 1.0, 0.0, 0.0],
36
+ [0.0, 0.0, 0.0, 1.0]
37
+ ]
38
+ ],
39
+ "transform_matrix": [
40
+ [1.0, 0.0, 0.0, 0.0],
41
+ [0.0, 1.0, 0.0, 0.0],
42
+ [0.0, 0.0, 1.0, 0.0],
43
+ [0.0, 0.0, 0.0, 1.0]
44
+ ],
45
+ "functional_matrix": [
46
+ [
47
+ [1.0, 0.0, 0.0, 0.0],
48
+ [0.0, -1.0, 0.0, 0.0],
49
+ [0.0, 0.0, -1.0, -0.025],
50
+ [0.0, 0.0, 0.0, 1.0]
51
+ ],
52
+ [
53
+ [1.0, 0.0, 0.0, 0.0],
54
+ [0.0, -1.0, 0.0, 0.0],
55
+ [0.0, 0.0, -1.0, 0.025],
56
+ [0.0, 0.0, 0.0, 1.0]
57
+ ]
58
+ ],
59
+ "contact_points_description": [],
60
+ "contact_points_group": [[0, 1, 2, 3]],
61
+ "contact_points_mask": [true, true],
62
+ "target_point_description": ["The center point on the top face of the 5cm block."],
63
+ "functional_point_description": [
64
+ "Point 0: center of the bottom face.",
65
+ "Point 1: center of the top face."
66
+ ],
67
+ "stable": true,
68
+ "source": "Derived from CycleManip create_box(half_size=(0.025,0.025,0.025)) used by beat_block_hammer_loop / beat_block_hammer_dynamic."
69
+ }