You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package contains a simplified robot description (MJCF) of the [ARX L5](https://arx-x.com/). It is derived from [ARX's official model repository](https://github.com/ARXroboticsX/ARX_Model). The initial URDF can be found at the following [commit SHA](https://github.com/ARXroboticsX/ARX_Model/tree/af6fe43c873008a85bce6195c0f2160f1a1c14ce/X5/X5A).
8
+
9
+
<pfloat="left">
10
+
<imgsrc="arx_l5.png"width="400">
11
+
</p>
12
+
13
+
### Derivation steps
14
+
15
+
1. Added `<mujoco> <compiler balanceinertia="true" discardvisual="false"/> </mujoco>` to the URDF's
16
+
`<robot>` clause in order to preserve visual geometries.
17
+
2. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
18
+
3. Converted the .stls to .objs and replaced the original .stls with them (since each .obj in MuJoCo can have 1 color).
19
+
4. Merged similar materials between the .objs.
20
+
5. Created a `<default>` section to define common properties for joints, actuators, and geoms.
21
+
6. Added an equality constraint so that the right finger mimics the position of the left finger.
22
+
7. Manually designed box collision geoms for the gripper.
23
+
8. Added `exclude` clause to prevent collisions between `base_link` and `link1`.
24
+
9. Added position controlled actuators.
25
+
10. Added `impratio=10` and `cone=elliptic` for better noslip.
26
+
11. Added `scene.xml` which includes the robot with a textured groundplane, skybox, and haze.
27
+
28
+
## License
29
+
30
+
This model is released under a [BSD-3-Clause License](LICENSE).
31
+
32
+
## Acknowledgement
33
+
34
+
This model was graciously contributed by [Jonathan Zamora](https://jonzamora.dev/).
0 commit comments