Tearsblue commited on
Commit
4e14d16
·
verified ·
1 Parent(s): 9abe8f4

Delete library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage

Browse files
Files changed (20) hide show
  1. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/fbx/0204_cup_storage.fbx +0 -0
  2. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/obj/0204_cup_storage.mtl +0 -16
  3. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/obj/0204_cup_storage.obj +0 -0
  4. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/obj/0204_cup_storage_1.png +0 -3
  5. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/sdf/0204_cup_storage.sdf +0 -58
  6. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/stl/0204_cup_storage.stl +0 -0
  7. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/urdf/0204_cup_storage.urdf +0 -15
  8. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/usd/0204_cup_storage.usd +0 -3
  9. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/usd/textures/0204_cup_storage_1.png +0 -3
  10. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/usda/0204_cup_storage.usda +0 -0
  11. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/usda/textures/0204_cup_storage_1.png +0 -3
  12. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/meta/meta.json +0 -86
  13. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/meta/notes.md +0 -5
  14. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/physics/config/0100_base_ball.cfg +0 -0
  15. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/physics/config/0100_base_ball.txt +0 -0
  16. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/physics/config/0100_base_ball.xml +0 -0
  17. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/preview/view_front.png +0 -3
  18. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/preview/view_iso.PNG +0 -3
  19. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/preview/view_side.PNG +0 -3
  20. library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/preview/view_top.PNG +0 -3
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/fbx/0204_cup_storage.fbx DELETED
Binary file (97.5 kB)
 
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/obj/0204_cup_storage.mtl DELETED
@@ -1,16 +0,0 @@
1
- # File exported by Artec Group 3D Scanning Solutions
2
- # www.artec-group.com
3
-
4
- newmtl material_0
5
- Ka 1 1 1
6
- Kd 1 1 1
7
- Ks 1 1 1
8
- Ns 1000
9
- map_Kd 0204_cup_storage_1.png
10
-
11
- newmtl material_1
12
- Ka 1 1 1
13
- Kd 1 1 1
14
- Ks 1 1 1
15
- Ns 1000
16
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/obj/0204_cup_storage.obj DELETED
The diff for this file is too large to render. See raw diff
 
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/obj/0204_cup_storage_1.png DELETED

Git LFS Details

  • SHA256: dce3169e94a2127aa7b48095b15b85b62ee4074e39752ae5b08a391bd157eb76
  • Pointer size: 133 Bytes
  • Size of remote file: 12 MB
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/sdf/0204_cup_storage.sdf DELETED
@@ -1,58 +0,0 @@
1
-
2
- <?xml version="1.0" ?>
3
- <sdf version="1.7">
4
- <world name="default">
5
-
6
- <!-- 기본 바닥 -->
7
- <include>
8
- <uri>model://ground_plane</uri>
9
- </include>
10
-
11
- <!-- 기본 햇빛 -->
12
- <include>
13
- <uri>model://sun</uri>
14
- </include>
15
-
16
- <!-- 직접 정의한 모델 -->
17
- <model name="0204_cup_storage">
18
- <!-- true = 바닥에 고정, false = 중력/물리 적용 -->
19
- <static>false</static>
20
-
21
- <link name="base_link">
22
- <!-- 필수: 관성 정보 -->
23
- <inertial>
24
- <mass>1.0</mass>
25
- <inertia>
26
- <ixx>0.001</ixx>
27
- <iyy>0.001</iyy>
28
- <izz>0.001</izz>
29
- <ixy>0.0</ixy>
30
- <ixz>0.0</ixz>
31
- <iyz>0.0</iyz>
32
- </inertia>
33
- </inertial>
34
-
35
- <!-- 충돌 모델 -->
36
- <collision name="base_link_collision">
37
- <geometry>
38
- <mesh>
39
- <scale>1 1 1</scale>
40
- <uri>./0204_cup_storage.obj</uri>
41
- </mesh>
42
- </geometry>
43
- </collision>
44
-
45
- <!-- 시각화 모델 -->
46
- <visual name="base_link_visual">
47
- <geometry>
48
- <mesh>
49
- <scale>1 1 1</scale>
50
- <uri>./0204_cup_storage.obj</uri>
51
- </mesh>
52
- </geometry>
53
- </visual>
54
- </link>
55
- </model>
56
-
57
- </world>
58
- </sdf>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/stl/0204_cup_storage.stl DELETED
Binary file (94.6 kB)
 
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/urdf/0204_cup_storage.urdf DELETED
@@ -1,15 +0,0 @@
1
- <?xml version="1.0"?>
2
- <robot name="0204_cup_storage">
3
- <link name="base_link">
4
- <visual>
5
- <geometry>
6
- <mesh filename="./0204_cup_storage.obj" scale="1 1 1"/>
7
- </geometry>
8
- </visual>
9
- <collision>
10
- <geometry>
11
- <mesh filename="./0204_cup_storage.obj" scale="1 1 1"/>
12
- </geometry>
13
- </collision>
14
- </link>
15
- </robot>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/usd/0204_cup_storage.usd DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b050503adf3efed7db8fac25548e42d7dadf718e7c2725544df979f02af4ad54
3
- size 133863
 
 
 
 
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/usd/textures/0204_cup_storage_1.png DELETED

Git LFS Details

  • SHA256: dce3169e94a2127aa7b48095b15b85b62ee4074e39752ae5b08a391bd157eb76
  • Pointer size: 133 Bytes
  • Size of remote file: 12 MB
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/usda/0204_cup_storage.usda DELETED
The diff for this file is too large to render. See raw diff
 
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/mesh/usda/textures/0204_cup_storage_1.png DELETED

Git LFS Details

  • SHA256: dce3169e94a2127aa7b48095b15b85b62ee4074e39752ae5b08a391bd157eb76
  • Pointer size: 133 Bytes
  • Size of remote file: 12 MB
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/meta/meta.json DELETED
@@ -1,86 +0,0 @@
1
- {
2
- "basic_info": {
3
- "id": 204,
4
- "name_kor": "컵 보관대",
5
- "name_eng": "Cup Storage",
6
- "slug": "cup_storage",
7
- "Cat-1": "상업",
8
- "Cat-2": "보관대",
9
- "Cat-3": "컵 보관대",
10
- "description": "옷가게 등 상업 공간에서 사용하는 음료 컵 보관대",
11
- "general_tags": [
12
- "상업 쇼핑몰 보관대 음료보관대"
13
- ],
14
- "ix_types": [
15
- "visual",
16
- "optic",
17
- "force"
18
- ],
19
- "ix_tags": [
20
- "PNP",
21
- "ACT",
22
- "FLX",
23
- "SUP"
24
- ],
25
- "custom_tags": [],
26
- "object_type": "정적객체"
27
- },
28
- "physical_properties": {
29
- "material": [
30
- "leather rubber cork cotton"
31
- ],
32
- "volume": 401.0,
33
- "bbox": {
34
- "width": 2.0,
35
- "height": 2.0,
36
- "depth": 2.0
37
- },
38
- "mass": 30.0,
39
- "com": {
40
- "cx": 0.1,
41
- "cy": -0.5,
42
- "cz": 0.7
43
- },
44
- "inertia": {
45
- "Ixx": 0.01,
46
- "Iyy": 0.01451,
47
- "Izz": 0.10054,
48
- "Ixy": 0.0042,
49
- "Ixz": 1.1102,
50
- "Iyz": 1.5502
51
- },
52
- "static_friction_coeff": 0.7,
53
- "dynamic_friction_coeff": 0.3,
54
- "reflectivity": null
55
- },
56
- "paths": {
57
- "usd": "mesh/usd/0204_cup_storage.usd",
58
- "usda": "mesh/usd/0204_cup_storage.usda",
59
- "urdf": "mesh/urdf/0204_cup_storage.urdf",
60
- "sdf": "mesh/sdf/0204_cup_storage.sdf",
61
- "obj": "mesh/obj/0204_cup_storage.obj",
62
- "fbx": "mesh/fbx/0204_cup_storage.fbx",
63
- "stl": "mesh/stl/0204_cup_storage.stl"
64
- },
65
- "management": {
66
- "status": 1,
67
- "version": "1.0.0",
68
- "source": {
69
- "capture": "photogrammetry",
70
- "created_by": "Byeongjun Kim",
71
- "license": "CC-BY-4.0"
72
- },
73
- "notes": "",
74
- "created_at": "2025-10-02T17:29:00Z",
75
- "updated_at": "2025-10-02T17:29:00Z"
76
- },
77
- "viewer_assets": {
78
- "preview": {
79
- "thumb": "preview/view_iso.png",
80
- "view_front": "preview/view_front.png",
81
- "view_side": "preview/view_side.png",
82
- "view_top": "preview/view_top.png",
83
- "view_iso": "preview/view_iso.png"
84
- }
85
- }
86
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/meta/notes.md DELETED
@@ -1,5 +0,0 @@
1
- # Cup Storage (ID 204)
2
- - 생성: 2025-09-02T16:17:00Z
3
- - 공간: Commerce
4
- - 설명:
5
- - 작업 메모:
 
 
 
 
 
 
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/physics/config/0100_base_ball.cfg DELETED
File without changes
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/physics/config/0100_base_ball.txt DELETED
File without changes
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/physics/config/0100_base_ball.xml DELETED
File without changes
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/preview/view_front.png DELETED

Git LFS Details

  • SHA256: 9253ae91c93e50356dd16d026e95fe7981794d683e85f6aa06e5b79a3a58b2c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.06 MB
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/preview/view_iso.PNG DELETED

Git LFS Details

  • SHA256: 3635f797772861e09a13938c73ee217cc58e2bfd66264be012df62517edf8e21
  • Pointer size: 131 Bytes
  • Size of remote file: 436 kB
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/preview/view_side.PNG DELETED

Git LFS Details

  • SHA256: 94b12d6767177ace5ca0cecf8e33cadbbee24948678b8a30b2c1585c94398386
  • Pointer size: 131 Bytes
  • Size of remote file: 107 kB
library/assets/dataset_001(0001-0020)/0013_cup_storage/0204_cup_storage/preview/view_top.PNG DELETED

Git LFS Details

  • SHA256: 2462cbc03cd4cd7e679b9c559cbed52724b15a2330213fd34a45b03b22a78eed
  • Pointer size: 131 Bytes
  • Size of remote file: 226 kB