Kashu7100 commited on
Commit
fbe1420
·
1 Parent(s): c22daa1
README.md CHANGED
@@ -1,8 +1,9 @@
1
- # 🍎 Eden Assets
2
 
3
  Our Top-1 Principle: We must make it SUPER EASY to use.
4
  - clean and sim ready assets
5
  - verify visual/collision meshes
 
6
 
7
  ## Robots
8
 
@@ -67,4 +68,27 @@ Our Top-1 Principle: We must make it SUPER EASY to use.
67
  # Pull the actual STL files
68
  git lfs pull
69
  ```
70
- - check if the error is resolved.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🍎 Eden Sim Ready Assets
2
 
3
  Our Top-1 Principle: We must make it SUPER EASY to use.
4
  - clean and sim ready assets
5
  - verify visual/collision meshes
6
+ - modified the collision mesh for better sim
7
 
8
  ## Robots
9
 
 
68
  # Pull the actual STL files
69
  git lfs pull
70
  ```
71
+ - check if the error is resolved.
72
+
73
+
74
+ ## Citation
75
+
76
+ ```bibtex
77
+ @misc{Eden,
78
+ author = {Eden Authors},
79
+ title = {Eden: Embodied Development Environment Nexus for Generative Robot Learning},
80
+ month = {January},
81
+ year = {2025},
82
+ url = {https://github.com/Genesis-Embodied-AI/Genesis}
83
+ }
84
+ ```
85
+
86
+ ```bibtex
87
+ @misc{Genesis,
88
+ author = {Genesis Authors},
89
+ title = {Genesis: A Generative and Universal Physics Engine for Robotics and Beyond},
90
+ month = {December},
91
+ year = {2024},
92
+ url = {https://github.com/Genesis-Embodied-AI/Genesis}
93
+ }
94
+ ```
manipulators/arx_l5/arx_l5.xml ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <mujoco model="ARX L5">
2
+ <compiler angle="radian" meshdir="assets"/>
3
+
4
+ <option integrator="implicitfast" cone="elliptic" impratio="10"/>
5
+
6
+ <default>
7
+ <default class="arx_l5">
8
+ <joint frictionloss="0.3" armature="0.005"/>
9
+ <position inheritrange="1" forcerange="-100 100"/>
10
+ <default class="finger">
11
+ <joint frictionloss="0" type="slide"/>
12
+ <position forcerange="-10 10"/>
13
+ </default>
14
+ <default class="visual">
15
+ <geom group="2" type="mesh" contype="0" conaffinity="0" density="0"/>
16
+ </default>
17
+ <default class="collision">
18
+ <geom group="3" type="capsule"/>
19
+ </default>
20
+ </default>
21
+ </default>
22
+
23
+ <asset>
24
+ <material name="black_mat" rgba="0.1 0.1 0.1 1"/>
25
+
26
+ <mesh name="base_link" file="base_link.obj"/>
27
+ <mesh name="link1" file="link1.obj"/>
28
+ <mesh name="link2" file="link2.obj"/>
29
+ <mesh name="link3" file="link3.obj"/>
30
+ <mesh name="link4" file="link4.obj"/>
31
+ <mesh name="link5" file="link5.obj"/>
32
+ <mesh name="link6" file="link6.obj"/>
33
+ <mesh name="link7" file="link7.obj"/>
34
+ <mesh name="link8" file="link8.obj"/>
35
+ <mesh name="camera" file="camera.obj"/>
36
+ </asset>
37
+
38
+ <worldbody>
39
+ <light mode="targetbodycom" target="link8" pos="1 0 1"/>
40
+ <body name="base_link">
41
+ <geom mesh="base_link" material="black_mat" class="visual"/>
42
+ <geom mesh="base_link" class="collision"/>
43
+ <body name="link1" pos="0 0 0.0565">
44
+ <inertial pos="0.0050395 -0.0077407 0.020897" quat="0.632157 0.714526 -0.263733 0.142391" mass="0.096804"
45
+ diaginertia="0.000118945 9.40205e-05 4.70346e-05"/>
46
+ <joint name="joint1" axis="0 0 1" range="-3.14 3.14"/>
47
+ <geom mesh="link1" material="black_mat" class="visual"/>
48
+ <geom mesh="link1" class="collision"/>
49
+ <body name="link2" pos="0.02 0 0.047">
50
+ <inertial pos="-0.12992 -0.0011822 -2.6366e-05" quat="0.501263 0.501263 0.498734 0.498734" mass="1.1988"
51
+ diaginertia="0.0164704 0.01646 0.000649595"/>
52
+ <joint name="joint2" axis="0 1 0" range="0 3.14"/>
53
+ <geom mesh="link2" material="black_mat" class="visual"/>
54
+ <geom mesh="link2" class="collision"/>
55
+ <body name="link3" pos="-0.264 0 0" quat="-3.67321e-06 -1 0 0">
56
+ <inertial pos="0.16181 0.0011723 -0.05455" quat="0.518857 0.484372 0.465704 0.52848" mass="0.84082"
57
+ diaginertia="0.0084909 0.00841207 0.000747034"/>
58
+ <joint name="joint3" axis="0 1 0" range="0 3.14"/>
59
+ <geom mesh="link3" material="black_mat" class="visual"/>
60
+ <geom mesh="link3" class="collision"/>
61
+ <geom type="box" size="0.062 0.001 0.01" pos="0.112 -0.025 -0.06" rgba="1 0 0 1" class="visual"/>
62
+ <geom type="box" size="0.062 0.001 0.01" pos="0.112 0.023 -0.06" rgba="1 0 0 1" class="visual"/>
63
+ <body name="link4" pos="0.245 -5e-05 -0.06">
64
+ <inertial pos="0.041751 0.0054236 -0.03337" quat="0.919386 -0.0641253 0.311071 -0.23206" mass="0.12432"
65
+ diaginertia="0.000303193 0.000235316 0.000101491"/>
66
+ <joint name="joint4" axis="0 1 0" range="-1.7 1.7"/>
67
+ <geom mesh="link4" material="black_mat" class="visual"/>
68
+ <geom mesh="link4" class="collision"/>
69
+ <body name="link5" pos="0.073914 5e-05 -0.083391">
70
+ <inertial pos="-8.3435e-05 -1.5428e-05 0.052216" quat="0.998247 0 -0.0591776 0" mass="0.63601"
71
+ diaginertia="0.000848329 0.00082 0.000251671"/>
72
+ <joint name="joint5" axis="0 0 1" range="-1.7 1.7"/>
73
+ <geom mesh="link5" material="black_mat" class="visual"/>
74
+ <geom mesh="link5" class="collision"/>
75
+ <body name="link6" pos="0.025286 0 0.083391" quat="-3.67321e-06 1 0 0">
76
+ <inertial pos="0.041697 2.4368e-05 0.00014464" quat="0.5 0.5 -0.5 0.5" mass="0.44089"
77
+ diaginertia="0.0005 0.00038 0.00028"/>
78
+ <joint name="joint6" axis="1 0 0" range="-3.14 3.14"/>
79
+ <geom mesh="link6" material="black_mat" class="visual"/>
80
+ <geom mesh="link6" class="collision"/>
81
+ <geom mesh="camera" pos="0.06 0 -0.01" quat="-1 0 0 1" material="black_mat" class="visual"/>
82
+ <geom mesh="camera" pos="0.06 0 -0.01" quat="-1 0 0 1" class="collision"/>
83
+ <camera name="wrist_cam" pos="0.0475 0 0.075" mode="fixed" euler="0 -1.1 -1.5708"
84
+ focal="1.93e-3 1.93e-3" resolution="1280 720" sensorsize="3896e-6 2140e-6"/>
85
+ <body name="link7" pos="0.08657 0.024896 -0.0002436" gravcomp="1">
86
+ <inertial pos="-0.00035522 -0.007827 -0.0029883" quat="0.5 0.5 0.5 0.5" mass="0.064798"
87
+ diaginertia="3e-05 3e-05 2e-05"/>
88
+ <joint name="joint7" axis="0 1 0" class="finger" range="0 0.044"/>
89
+ <geom mesh="link7" material="black_mat" class="visual"/>
90
+ <geom type="box" size=".02 .002 .002625" pos="0.05 -0.023 -0.002625" rgba="1 0 0 1" class="collision"/>
91
+ <geom type="box" size=".02 .002 .002625" pos="0.05 -0.023 0.002625" rgba="1 0 0 1" class="collision"/>
92
+ <geom type="box" size=".015 .002 .018" pos="0.015 -0.023 0" rgba="0 0 1 1" class="collision"/>
93
+ </body>
94
+ <body name="link8" pos="0.08657 -0.0249 -0.00024366" gravcomp="1">
95
+ <inertial pos="-0.000355223 0.00782769 0.00242006" quat="0.5 0.5 0.5 0.5" mass="0.0647982"
96
+ diaginertia="3e-05 3e-05 2e-05"/>
97
+ <joint name="joint8" axis="0 1 0" class="finger" range="-0.044 0"/>
98
+ <geom mesh="link8" material="black_mat" class="visual"/>
99
+ <geom type="box" size=".02 .002 .002625" pos="0.05 0.023 -0.002625" rgba="1 0 0 1" class="collision"/>
100
+ <geom type="box" size=".02 .002 .002625" pos="0.05 0.023 0.002625" rgba="1 0 0 1" class="collision"/>
101
+ <geom type="box" size=".015 .002 .018" pos="0.015 0.023 0" rgba="0 0 1 1" class="collision"/>
102
+ </body>
103
+ </body>
104
+ </body>
105
+ </body>
106
+ </body>
107
+ </body>
108
+ </body>
109
+ </body>
110
+ </worldbody>
111
+
112
+ <contact>
113
+ <exclude body1="base_link" body2="link1"/>
114
+ </contact>
115
+
116
+ <equality>
117
+ <joint joint1="joint7" joint2="joint8" polycoef="0 -1 0 0 0"/>
118
+ </equality>
119
+
120
+ <actuator>
121
+ <position name="joint1" joint="joint1" class="arx_l5" kp="80" kv="5"/>
122
+ <position name="joint2" joint="joint2" class="arx_l5" kp="80" kv="5"/>
123
+ <position name="joint3" joint="joint3" class="arx_l5" kp="80" kv="5"/>
124
+ <position name="joint4" joint="joint4" class="arx_l5" kp="40" kv="5"/>
125
+ <position name="joint5" joint="joint5" class="arx_l5" kp="10" kv="1.5"/>
126
+ <position name="joint6" joint="joint6" class="arx_l5" kp="10" kv="1.5"/>
127
+ <position name="gripper" joint="joint7" class="finger" kp="40" kv="5"/>
128
+ </actuator>
129
+
130
+ <keyframe>
131
+ <key name="home" qpos="0 0.251 0.314 0 0 0 0.044 -0.044" ctrl="0 0.251 0.314 0 0 0 0.044"/>
132
+ </keyframe>
133
+ </mujoco>
manipulators/arx_l5/assets/base_link.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c95ecfcf001d3bcd43190cca1c5443e98f986a1e57c2ddee7bd28da9d67e09
3
+ size 831334
manipulators/arx_l5/assets/camera.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1add87c2a03f996ed5304f97ed24a56294d5d32720fda6783a02041c5c03c8f7
3
+ size 835733
manipulators/arx_l5/assets/link1.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01243ee80f060fe6858e559bcdc5bd2f9b015c018531779b7fb1cd8246a17bd0
3
+ size 379622
manipulators/arx_l5/assets/link2.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ade60370ac720c1489ecc1806faf265cc49fd5be4a6057e0b93b7da4c5c398ba
3
+ size 1933493
manipulators/arx_l5/assets/link3.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43d475ae678a232921da37c893bdfbf2524383622f89808ec356595b134c5525
3
+ size 2144530
manipulators/arx_l5/assets/link4.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d616632897d7d17fa499423e87f36b9401ec54f117a99685b131989f1b2ce670
3
+ size 406200
manipulators/arx_l5/assets/link5.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebcc9e83c49d40900f1e5be332db697e47d4f3c9c45555817f6d74abf5b9dd2f
3
+ size 2301371
manipulators/arx_l5/assets/link6.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57957e2a042277526ad29d84c608993431a1bdd9b19f71a24d2d161215f27587
3
+ size 1944757
manipulators/arx_l5/assets/link7.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e74face53b21d37e21a1301707b13b866c58e8edc4212309a22a3350e48dcb56
3
+ size 279721
manipulators/arx_l5/assets/link8.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:370731b0450addefe6c6d494dc2ac0246259c8a286d532ea5c225750ecd66740
3
+ size 285359