This view is limited to 50 files because it contains too many changes. See the raw diff here.
Files changed (50) hide show
  1. README.md +6 -140
  2. 4x4_collage_fixtures.png → fixtures_lightwheel.zip +2 -2
  3. fixtures_lightwheel/blenders.zip +0 -3
  4. fixtures_lightwheel/cabinets.zip +0 -3
  5. fixtures_lightwheel/coffee_machines.zip +0 -3
  6. fixtures_lightwheel/dishwashers.zip +0 -3
  7. fixtures_lightwheel/electric_kettles.zip +0 -3
  8. fixtures_lightwheel/fridges.zip +0 -3
  9. fixtures_lightwheel/handles.zip +0 -3
  10. fixtures_lightwheel/hoods.zip +0 -3
  11. fixtures_lightwheel/microwaves.zip +0 -3
  12. fixtures_lightwheel/ovens.zip +0 -3
  13. fixtures_lightwheel/sinks.zip +0 -3
  14. fixtures_lightwheel/stand_mixers.zip +0 -3
  15. fixtures_lightwheel/stoves.zip +0 -3
  16. fixtures_lightwheel/stovetops.zip +0 -3
  17. fixtures_lightwheel/toaster_ovens.zip +0 -3
  18. fixtures_lightwheel/toasters.zip +0 -3
  19. fixtures_lightwheel/windows.zip +0 -3
  20. 4x4_collage_images.png → objects_lightwheel.zip +2 -2
  21. objects_lightwheel/aluminum_foil.zip +0 -3
  22. objects_lightwheel/basket.zip +0 -3
  23. objects_lightwheel/blender_jug.zip +0 -3
  24. objects_lightwheel/cheese_grater.zip +0 -3
  25. objects_lightwheel/chicken_drumstick.zip +0 -3
  26. objects_lightwheel/cinnamon.zip +0 -3
  27. objects_lightwheel/colander.zip +0 -3
  28. objects_lightwheel/cookie_dough_ball.zip +0 -3
  29. objects_lightwheel/cream_cheese_stick.zip +0 -3
  30. objects_lightwheel/digital_scale.zip +0 -3
  31. objects_lightwheel/dish_brush.zip +0 -3
  32. objects_lightwheel/dish_rack.zip +0 -3
  33. objects_lightwheel/flour_bag.zip +0 -3
  34. objects_lightwheel/flower_vase.zip +0 -3
  35. objects_lightwheel/fruit_bowl.zip +0 -3
  36. objects_lightwheel/glass_cup.zip +0 -3
  37. objects_lightwheel/honey_bottle.zip +0 -3
  38. objects_lightwheel/hotdog_bun.zip +0 -3
  39. objects_lightwheel/ice_cube.zip +0 -3
  40. objects_lightwheel/ice_cube_tray.zip +0 -3
  41. objects_lightwheel/jar.zip +0 -3
  42. objects_lightwheel/juice.zip +0 -3
  43. objects_lightwheel/kebab_skewer.zip +0 -3
  44. objects_lightwheel/kettle.zip +0 -3
  45. objects_lightwheel/knife_block.zip +0 -3
  46. objects_lightwheel/lemon_wedge.zip +0 -3
  47. objects_lightwheel/lettuce.zip +0 -3
  48. objects_lightwheel/marshmallow.zip +0 -3
  49. objects_lightwheel/mayonnaise.zip +0 -3
  50. objects_lightwheel/measuring_cup.zip +0 -3
README.md CHANGED
@@ -1,148 +1,14 @@
1
-
2
  ---
3
  license: cc-by-4.0
4
  viewer: false
5
  ---
6
 
7
- # Manipulation Objects Kitchen MJCF
8
-
9
- We provide a collection of digital 3D mjcf assets intended for use in a simulated kitchen environment.
10
-
11
- The assets are broadly divided into 2 categories: fixtures and objects. The fixture assets are comprised of interactable kitchen appliances such as stoves, microwaves, and ovens. The object assets consist of common kitchen objects such as saucepans and glass cups.
12
-
13
- ## Preview
14
-
15
- ### Objects
16
- ![Objects Collage](4x4_collage_images.png)
17
-
18
- ### Fixtures
19
- ![Fixtures Collage](4x4_collage_fixtures.png)
20
-
21
- ## Objects
22
-
23
- <details>
24
- <summary>Expand to see a comprehensive list of provided object types</summary>
25
-
26
- * Kettle
27
- * Pot
28
- * Soap dispenser
29
- * Spray
30
- * Cheese grater
31
- * Syrup bottle
32
- * Whisk
33
- * Pitcher
34
- * Lettuce
35
- * Tongs
36
- * Ice cube tray
37
- * Shrimp
38
- * Honey bottle
39
- * Pizza cutter
40
- * Colander
41
- * Reamer
42
- * Ice cube
43
- * Jar
44
- * Measuring cup
45
- * Sandwich bread
46
- * Strainer
47
- * Sugar cube
48
- * Cinnamon
49
- * Cookie dough ball
50
- * Cream cheese stick
51
- * Digital scale
52
- * Flour bag
53
- * Hotdog bun
54
- * Mayonnaise
55
- * Mustard
56
- * Oven tray
57
- * Paprika
58
- * Turmeric
59
- * Pickle slice
60
- * Tomato slice
61
- * Turkey slice
62
- * Straw
63
- * Tupperware
64
- * Chicken drumstick
65
- * Glass cup
66
- * Lemon wedge
67
- * Marshmallow
68
- * Oil and vinegar bottle
69
- * Pancake
70
- * Peeler
71
- * Saucepan
72
- * Saucepan with lid
73
- * Saucepan lid
74
- * Wooden spoon
75
- * Aluminum foil
76
- * Dish brush
77
- * Pizza
78
- * Kebab skewer
79
- * Juice
80
- * Salt and pepper shaker
81
- * Basket
82
- * Placemat
83
- * Blender jug
84
-
85
- </details>
86
-
87
- ### Directory Structure
88
-
89
- The object folder of the repository is organized by object category. Each object category is stored as a zip. Within each zip, each category contains multiple unique model variations. Each individual model folder is self-contained with its mjcf definition, visual meshes, textures, and decomposed collision meshes.
90
-
91
- ```text
92
- .
93
- ├── <category name>/ # e.g., aluminum foil, basket
94
- │ ├── <model name>/ # e.g., AluminumFoil001, Basket026
95
- │ │ ├── collision/ # Directory containing collision mesh(es)
96
- │ │ │ ├── <mesh name> 0.obj
97
- │ │ │ └── ... # Complex objects may have many decomposed collision pieces
98
- │ │ ├── visual/ # Directory containing visual assets
99
- │ │ │ ├── <model name>.obj # The main visual mesh
100
- │ │ │ └── <texture>.png # Associated texture files
101
- │ │ └── model.xml # The core MJCF XML file for this specific model
102
- │ ├── <model name 2>/
103
- │ └── ...
104
- ├── <category name 2>/
105
- └── ...
106
- ```
107
-
108
-
109
-
110
- ## Fixtures
111
-
112
- <details>
113
- <summary>Expand to see a comprehensive list of provided fixture types:</summary>
114
-
115
- * Blender
116
- * Coffee machine
117
- * Dishwasher
118
- * Electric kettle
119
- * Fridge
120
- * Microwave
121
- * Oven
122
- * Stand mixer
123
- * Stove
124
- * Toaster
125
- * Toaster oven
126
- * Cabinet panel
127
-
128
- </details>
129
 
130
- ### Directory Structure
131
 
132
- The fixture subfolder is organized similarly to the object subfolder. Each fixture category is stored as a zip, and, within the zip, there are variations of the fixture category and self-contained assets.
 
133
 
134
- ```text
135
- .
136
- ├── <fixture category>/ # e.g., dishwasher, coffee machines
137
- │ ├── <model name>/ # e.g., CoffeeMachine001, CoffeeMachine036
138
- │ │ ├── model.xml # The core MJCF XML file for this specific model
139
- │ │ └── visuals/ # Directory containing visual assets
140
- │ │ ├── <model name>.obj # Main visual mesh (if single piece)
141
- │ │ ├── <part name>.obj # Component meshes for articulated parts (e.g., Body001.obj, Button001.obj)
142
- │ │ └── <texture>.png # Associated texture files
143
- │ ├── <model name 2>/
144
- │ │ └── ...
145
- │ └── ...
146
- ├── <fixture category 2>/
147
- └── ...
148
- ```
 
 
1
  ---
2
  license: cc-by-4.0
3
  viewer: false
4
  ---
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
+ ## Simulation Kitchen Assets
8
 
9
+ ## Asset Description:
10
+ The Simulation Kitchen Assets are a collection of digital 3D assets intended for use in a simulated kitchen environment.
11
 
12
+ The assets are broadly divided into 2 categories: fixtures and objects.
13
+ The fixture assets are comprised of interactable kitchen appliances such as stoves, microwaves, and ovens.
14
+ The object assets consist of common kitchen objects such as saucepans and glass cups.
 
 
 
 
 
 
 
 
 
 
 
 
4x4_collage_fixtures.png → fixtures_lightwheel.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e25f7fa2c1cb4159b42305f419f569c09821fa6be60d0fb433150b6953fa9b2
3
- size 356757
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2fd3ca446d83f7b91ce74cbe292289491ef0f871dbb49e8b676a6800c436c63
3
+ size 529745193
fixtures_lightwheel/blenders.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:989aea1bc02066f40a1661e81a41fe059cc6af96b9a9dc71ff277d4f8e87a15f
3
- size 24946844
 
 
 
 
fixtures_lightwheel/cabinets.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3fcbdc7601cfd727cf470458636828e7798a8a9fbe7b8de17965457242e2fbf
3
- size 30583208
 
 
 
 
fixtures_lightwheel/coffee_machines.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a4bdee6956232d5f5f9cded6fc5a83ed72047d2e42af3230b26be6b517036a3
3
- size 44202991
 
 
 
 
fixtures_lightwheel/dishwashers.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:aad7b6f8ff94868320c20854ad68b0d20b4f7a966e42d6aa5d50fd10aaa97489
3
- size 31135767
 
 
 
 
fixtures_lightwheel/electric_kettles.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8dfe2c0f205d0ed1a45837ea6a6a60fccc763218fbaa0cf14d382ded948b790b
3
- size 30624436
 
 
 
 
fixtures_lightwheel/fridges.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:10accb5fff37dc2a70d12822d729ff885364fefb932826a89e04dbc6b5c77715
3
- size 57854798
 
 
 
 
fixtures_lightwheel/handles.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e92243d84252077482e523a577cb9dc2aef07aafae1b87eda95a464aa274beff
3
- size 12227543
 
 
 
 
fixtures_lightwheel/hoods.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca713d1cc4a4eeea9a8f75ef4b6c9a45920e334b2acd1c1f7f9a9ad86161800e
3
- size 10068743
 
 
 
 
fixtures_lightwheel/microwaves.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:17e8f0bebbc59a7289e2ee2789d230e527b055e38a1155dd2361defdac34d74b
3
- size 35952253
 
 
 
 
fixtures_lightwheel/ovens.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:94774e936bb712e2f4ccd2b0179485ef9a5e560afbd8b313cdd808841e42474d
3
- size 22962348
 
 
 
 
fixtures_lightwheel/sinks.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:28ac94842896c3517295061700384b86e6a123256ec700421cf7f63e59957072
3
- size 45690984
 
 
 
 
fixtures_lightwheel/stand_mixers.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa540e15e7f7957704d783d283fa2147651858a86ba9338ac5b1c3abbc8e4663
3
- size 20891187
 
 
 
 
fixtures_lightwheel/stoves.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f71b03a067ea8ed01e4d8e3686020eb1945116058cf8ebffe231d981ed1814a
3
- size 27392867
 
 
 
 
fixtures_lightwheel/stovetops.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddfc2b322e47cf336936c1ead2158446ae7b16fbe65fe48f1b72d6888b3accd2
3
- size 19114603
 
 
 
 
fixtures_lightwheel/toaster_ovens.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:50e7a3aa83cf7b4f673cfbad21c2f018ee41a4caef9ae89f7402e18e66dab2e9
3
- size 51055625
 
 
 
 
fixtures_lightwheel/toasters.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cfecba35309f4ac84f03cd97cc3721a5d80fcabeec969349ca670c253eb7103
3
- size 38500809
 
 
 
 
fixtures_lightwheel/windows.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:70db83646d008e79ca842ac95a8814658f13332f20c07c32599bf2160974d26c
3
- size 26406851
 
 
 
 
4x4_collage_images.png → objects_lightwheel.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67368e04a5a89c1c551b65b8d866217288b55506ff18e77991a0d9075f69a7ee
3
- size 621332
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c033be34b2ac12313eb145d854855788ee4f0606865bafb5c606d509a679b75f
3
+ size 791939384
objects_lightwheel/aluminum_foil.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc0012a216912c46a06b06ed051a36af8ed8e76fa68c160eb3fcfd8de40d7574
3
- size 3825597
 
 
 
 
objects_lightwheel/basket.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f750e1b5ecb5f4e433ce2a1a95b437608da5d56ce512c9d238316f6f61515718
3
- size 44344136
 
 
 
 
objects_lightwheel/blender_jug.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ad8489093a4ae468d935953263ce97fa580f3c0582310532c91816ca6146ca3
3
- size 11429427
 
 
 
 
objects_lightwheel/cheese_grater.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3be3babf51d2617086bc409c6c838cd51b4fc3c1764142d8f6a7234b64a2958
3
- size 7942441
 
 
 
 
objects_lightwheel/chicken_drumstick.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed90a99b142b8bd481b15ee6edfb14d31b37c9cf15f4d7ceb7f5f7a3e4efe7e2
3
- size 12172109
 
 
 
 
objects_lightwheel/cinnamon.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:30fa4d5a253f65065f7ec24de38409b3ced07a53098c0e8506da594ddd6e6ef2
3
- size 12616704
 
 
 
 
objects_lightwheel/colander.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6586b80aaf3dad3ac3784bfa94ef9cbf884786448e534e3e98ee7d20459751ce
3
- size 12698542
 
 
 
 
objects_lightwheel/cookie_dough_ball.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c01ea82f455160c44693d57cb0ddb20642e3d297d1d65eb745a26a8cf4525ea0
3
- size 8250471
 
 
 
 
objects_lightwheel/cream_cheese_stick.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:127c8bcb279a599335cf022822bef00a599dab7eebfe32861edbae5bc36a0ad0
3
- size 6322008
 
 
 
 
objects_lightwheel/digital_scale.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:23678f64b2996a86361f78f69a846928fae2d8695f7d8a04abf6e8ac03c3c7bc
3
- size 4104453
 
 
 
 
objects_lightwheel/dish_brush.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:59d892826cbc18c8650dc55904db37b337de64ed9c1da1141fd2e4042bd576f2
3
- size 3358034
 
 
 
 
objects_lightwheel/dish_rack.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:637e5cbfb9c686e12cf54c57faed041e54ecaec6d469e46fe9f03c1f8809f654
3
- size 17297344
 
 
 
 
objects_lightwheel/flour_bag.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8868cb8d5ae713ff8baebae81907be50000f01977185bf68501142f51ea269f
3
- size 5310158
 
 
 
 
objects_lightwheel/flower_vase.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:faabd2f31290dd99718ea130a1ea91822c070739d72a4ff4731167f90a24abf3
3
- size 27926726
 
 
 
 
objects_lightwheel/fruit_bowl.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:658b652e1dd41cc9bc7ea9dc73d2bf7c3cd37d0619eccab2f27210e17df1f322
3
- size 53708300
 
 
 
 
objects_lightwheel/glass_cup.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:66d8a9eb70966352f75f3e782b7ec1b534d760479b243264090e5f8db23c9cb6
3
- size 3703729
 
 
 
 
objects_lightwheel/honey_bottle.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb50dea67be048ec266adbcb855a5141abdd5ac6440ad54a0f275d0d61fc1f66
3
- size 2353643
 
 
 
 
objects_lightwheel/hotdog_bun.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9207913de3d162e7b76598486537fe649e7064bd2cb601f141d61272b4b1cd9
3
- size 11071699
 
 
 
 
objects_lightwheel/ice_cube.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:84256700c3ca9efbe0ea872aae02473145198063585b44bf25cb2ec4c9c95a07
3
- size 6892503
 
 
 
 
objects_lightwheel/ice_cube_tray.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:873aa60ab80c45f05679fd833627c4f0991f1e79b775e4073dc391ccc3086483
3
- size 3024830
 
 
 
 
objects_lightwheel/jar.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7991dd1873b0316b1bbf2fd7d4fa8c90350becf24545bb8b3468d40a398fb748
3
- size 55890093
 
 
 
 
objects_lightwheel/juice.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a576a029eb947f0c3840869f06663f7d55c6e5944e24443ef8cbc4cda6913311
3
- size 5521669
 
 
 
 
objects_lightwheel/kebab_skewer.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b69b746062a3f5795ec70d922171c96a0ef36cc11cafbdf1cb08f95f17051f5e
3
- size 3616906
 
 
 
 
objects_lightwheel/kettle.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:34aa1538385a4c82f78c2200bb2a5c38c05d4e508e6b95028d61c39928c5bb20
3
- size 7832952
 
 
 
 
objects_lightwheel/knife_block.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:828881bc3aa2faa45b6afc7026ddca9f8bc0164ce3c3486e5650beee5eaf3f8f
3
- size 15884148
 
 
 
 
objects_lightwheel/lemon_wedge.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6437f5128eec14537b2d142217cd2665eb4ed66041e43fdc18145dc7f98fff82
3
- size 12031966
 
 
 
 
objects_lightwheel/lettuce.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e9e1a0707864d68c1dd3a2dd0757a4bf86f238a30c470f4718e99cd03af42d4
3
- size 4987982
 
 
 
 
objects_lightwheel/marshmallow.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:125b36aff4026605e12c6b9f5f66990b90e3afe7d9812ed60801e8be5df6e325
3
- size 5048368
 
 
 
 
objects_lightwheel/mayonnaise.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3857f6f13bb8bbcd21907917d681940b53c4533e4ba4d128fda223bbb1267a62
3
- size 5100496
 
 
 
 
objects_lightwheel/measuring_cup.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:547a679d48107c00269e36a7a9f7ecf34327bc7d8650696009fb6063cd2484a8
3
- size 3875718