-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgear_offset.json
More file actions
63 lines (63 loc) · 1.74 KB
/
Copy pathgear_offset.json
File metadata and controls
63 lines (63 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"scene_type": "distance_barrier_rb_problem",
"solver": "ipc_solver",
"timestep": 0.01,
"max_time": 0.5,
"distance_barrier_constraint": {
"initial_barrier_activation_distance": 5e-3,
"minimum_separation_distance": 1e-4
},
"ipc_solver": {
"velocity_conv_tol": 1e-3
},
"friction_constraints": {
"iterations": -1
},
"rigid_body_problem": {
"coefficient_restitution": -1,
"coefficient_friction": 0.0,
"gravity": [0, -1e3, 0],
"orthogonality_stiffness": 1e9,
"rigid_bodies": [{
"mesh": "gear_assembly_offset\\3_mm.obj",
"position": [0, 0, 0],
"rotation": [0, 0, 0],
"density": 7.8e-3
},
{
"mesh": "gear_assembly_offset\\0_mm.obj",
"position": [0, 0, 0],
"rotation": [0, 0, 0],
"density":7.8e-3
},
{
"mesh": "gear_assembly_offset\\1_mm.obj",
"position": [0, 0, 0],
"rotation": [0, 0, 0],
"density":7.8e-3
},
{
"mesh": "gear_assembly_offset\\2_mm.obj",
"position": [0, 0, 0],
"rotation": [0, 0, 0],
"density": 7.8e-3
}],
"linear_constraints": [
{
"type": "pin_world",
"body_name": "3_mm",
"body_point": [0.0, 0.0, 1.0]
},
{
"type": "pin_world",
"body_name": "3_mm",
"body_point": [1.0, 0.0, 0.0]
},
{
"type": "pin_world",
"body_name": "3_mm",
"body_point": [0.0, 1.0, 0.0]
}
]
}
}