File size: 6,165 Bytes
c2d8cd1 | 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | {
"description": "The task involves a cube resting on a board which can rotate with different angles according to its fixed axis passing through its geometric center. Then, the cube is placed at the higher end of the broad, and slides under its own gravity.",
"prompt": "Static frontal camera view: A black plastic cube (mass ≈ 147 g) sits near the upper end of a wooden plank (mass ≈ 477 g). The plank is secured to a pivoting fixture locked at a steady, relatively steep incline of approximately 30°. A linear ruler and digital protractor are placed beside the assembly, all resting on a black perforated optical table. Coefficient of friction between plastic and wood ≈ 0.28; coefficient of restitution for the cube ≈ 0.37. Upon release, the cube undergoes the following motion sequence: it accelerates as it slides down the inclined surface, and finally lands before coming to rest on the table surface. The wooden plank remains fully stationary for the entire duration of the motion.",
"assets": {
"cube": {
"model": "../../assets/obj/cube.obj",
"material": {
"wood": {
"mass": 0.0903,
"density": 722.4,
"friction": 0.273673,
"restitution": 0.223583
},
"plastic": {
"mass": 0.1469,
"density": 1175.2,
"friction": 0.275018,
"restitution": 0.373862
},
"metal": {
"mass": 0.3397,
"density": 2717.6,
"friction": 0.262758,
"restitution": 0.333623
}
}
},
"board": {
"model": "../../assets/obj/board.obj",
"material": {
"wood": {
"mass": 0.4769,
"density": 635.87,
"friction": 0.262758,
"restitution": 0.223583
}
}
}
},
"tasks": {
"task-1": {
"assets": ["cube", "board"],
"translation": {
"cube": {
"wood": [0.017089, 0.396862, 0.210591],
"plastic": [0.014675, 0.398604, 0.203510],
"metal": [0.014765, 0.401449, 0.202390]
},
"board": {
"wood": [0.233461, 0.396862, 0.141976],
"plastic": [0.231047, 0.398604, 0.134895],
"metal": [0.231137, 0.401449, 0.133775]
}
},
"orientation": {
"cube": {
"wood": [0, 10, 0],
"plastic": [0, 10, 0],
"metal": [0, 10, 0]
},
"board": {
"wood": [0, 10, 0],
"plastic": [0, 10, 0],
"metal": [0, 10, 0]
}
},
"fixed": {
"cube": false,
"board": true
},
"kinematic": {
"cube": false,
"board": false
},
"record": {
"assets": ["cube"],
"dim": ["x", "y", "z"],
"fps": 30
}
},
"task-2": {
"assets": ["cube", "board"],
"translation": {
"cube": {
"wood": [0.097247, 0.406934, 0.359354],
"plastic": [0.099205, 0.405048, 0.359256],
"metal": [0.098720, 0.403392, 0.359680]
},
"board": {
"wood": [0.277103, 0.406934, 0.220873],
"plastic": [0.279061, 0.405048, 0.220775],
"metal": [0.27857572, 0.403392, 0.22119924]
}
},
"orientation": {
"cube": {
"wood": [0, 30, 0],
"plastic": [0, 30, 0],
"metal": [0, 30, 0]
},
"board": {
"wood": [0, 30, 0],
"plastic": [0, 30, 0],
"metal": [0, 30, 0]
}
},
"fixed": {
"cube": false,
"board": true
},
"kinematic": {
"cube": false,
"board": false
},
"record": {
"assets": ["cube"],
"dim": ["x", "y", "z"],
"fps": 30
}
},
"task-3": {
"assets": ["cube", "board"],
"translation": {
"cube": {
"wood": [0.072447, 0.388420, 0.264611],
"plastic": [0.071240, 0.385604, 0.264552],
"metal": [0.072298, 0.387577, 0.268944]
},
"board": {
"wood": [0.297447, 0.38842, 0.234611],
"plastic": [0.29624 , 0.385604, 0.234552],
"metal": [0.297298, 0.387577, 0.238944]
}
},
"orientation": {
"cube": {
"wood": [0, 0, 0],
"plastic": [0, 0, 0],
"metal": [0, 0, 0]
},
"board": {
"wood": [0, 0, 0],
"plastic": [0, 0, 0],
"metal": [0, 0, 0]
}
},
"fixed": {
"cube": false,
"board": false
},
"kinematic": {
"cube": false,
"board": true
},
"record": {
"assets": ["cube"],
"dim": ["x", "y", "z"],
"fps": 30
}
}
}
} |