Skip to content

Commit 254b66e

Browse files
committed
update ARX L5
1 parent f249e1f commit 254b66e

File tree

5 files changed

+31
-22
lines changed

5 files changed

+31
-22
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ Menagerie, see [CONTRIBUTING](CONTRIBUTING.md).
172172

173173
| Name | Maker | DoFs | License | MJX |
174174
|------|-------|---------|---------|-----|
175+
| ARX L5 | ARX Robotics | 7 | [MIT](agilex_piper/LICENSE) |✖️|
175176
| PiPER | AgileX | 7 | [MIT](agilex_piper/LICENSE) |✖️|
176177
| FR3 | Franka Robotics | 7 | [Apache-2.0](franka_fr3/LICENSE) |✖️|
177178
| iiwa14 | KUKA | 7 | [BSD-3-Clause](kuka_iiwa_14/LICENSE) |✖️|

arx_l5/LICENSE

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
1-
MIT License
1+
BSD 3-Clause License
22

3-
Copyright (c) 2025 ARXrobotics
3+
Copyright (c) 2023-2025, ARXrobotics
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions are met:
117

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
8+
1. Redistributions of source code must retain the above copyright notice, this
9+
list of conditions and the following disclaimer.
1410

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
11+
2. Redistributions in binary form must reproduce the above copyright notice,
12+
this list of conditions and the following disclaimer in the documentation
13+
and/or other materials provided with the distribution.
14+
15+
3. Neither the name of the copyright holder nor the names of its
16+
contributors may be used to endorse or promote products derived from
17+
this software without specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

arx_l5/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## ARX L5 Description (MJCF)
22

3-
> Requires MuJoCo 2.3.4 or later.
3+
> Requires MuJoCo 3.1.3 or later.
44
55
### Overview
66

7-
This package contains a simplified robot description (MJCF) of the [ARX L5](https://arx-x.com/). It is derived from the publicly available [model](https://github.com/ARXroboticsX/ARX_Model/tree/master/X5/X5A/urdf).
7+
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).
88

99
<p float="left">
1010
<img src="arx_l5.png" width="400">
@@ -16,18 +16,18 @@ This package contains a simplified robot description (MJCF) of the [ARX L5](http
1616
`<robot>` clause in order to preserve visual geometries.
1717
2. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
1818
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
19+
4. Merged similar materials between the .objs.
2020
5. Created a `<default>` section to define common properties for joints, actuators, and geoms.
2121
6. Added an equality constraint so that the right finger mimics the position of the left finger.
2222
7. Manually designed box collision geoms for the gripper.
2323
8. Added `exclude` clause to prevent collisions between `base_link` and `link1`.
2424
9. Added position controlled actuators.
2525
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.
26+
11. Added `scene.xml` which includes the robot with a textured groundplane, skybox, and haze.
2727

2828
## License
2929

30-
This model is released under an [MIT License](LICENSE).
30+
This model is released under a [BSD 3-Clause License](LICENSE).
3131

3232
## Acknowledgement
3333

arx_l5/arx_l5.png

709 KB
Loading

arx_l5/arx_l5.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
</asset>
3737

3838
<worldbody>
39+
<light mode="targetbodycom" target="link8" pos="1 0 1"/>
3940
<body name="base_link">
4041
<geom mesh="base_link" material="black_mat" class="visual"/>
4142
<geom mesh="base_link" class="collision"/>

0 commit comments

Comments
 (0)