Skip to content

Commit 09d1bab

Browse files
committed
Add YAM.
1 parent 4cbd1aa commit 09d1bab

25 files changed

+288
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this repository will be documented here.
44

5+
## [19/05/2025]
6+
7+
- Added [YAM manipulator](i2rt_yam/README.md) from I2RT Robotics.
8+
59
## [22/04/2025]
610
- Adds changelog structure, contributor list, and PR template.
711

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ Menagerie, see [CONTRIBUTING](CONTRIBUTING.md).
188188
| xarm7 | UFACTORY | 7 | [BSD-3-Clause](ufactory_xarm7/LICENSE) |✖️|
189189
| Gen3 | Kinova Robotics | 7 | [BSD-3-Clause](kinova_gen3/LICENSE) |✖️|
190190
| SO-ARM100 | The Robot Studio | 5 | [Apache-2.0](trs_so_arm100/LICENSE) |✖️|
191+
| YAM | I2RT Robotics | 7 | [MIT](i2rt_yam/LICENSE) |✖️|
191192

192193
**Bipeds.**
193194

i2rt_yam/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog – YAM Description
2+
3+
All notable changes to this model will be documented in this file.
4+
5+
## [19/05/2025]
6+
7+
- Initial release.

i2rt_yam/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 i2rt robotics
4+
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:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
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.

i2rt_yam/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Yet Another Manipulator (YAM) Description (MJCF)
2+
3+
> [!IMPORTANT]
4+
> Requires MuJoCo 3.1.0 or later.
5+
6+
## Changelog
7+
8+
See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
9+
10+
## Overview
11+
12+
This package contains a simplified robot description (MJCF) of the [YAM robot](https://i2rt.com/products/yam-manipulator) developed by [I2
13+
RT Robotics](https://i2rt.com/). It is derived from the [publicly available
14+
URDF
15+
description](https://github.com/i2rt-robotics/i2rt/blob/main/robot_models/yam/yam.urdf).
16+
17+
<p float="left">
18+
<img src="yam.png" width="400">
19+
</p>
20+
21+
## MJCF derivation steps
22+
23+
1. Started from `yam.urdf` (commit SHA d4efb66d81bd8bde42909880b16591d4af82e8c0).
24+
2. Added the following to the URDF `<robot>` tag `<mujoco><compiler balanceinertia="true" discardvisual="false" fusestatic="false" strippath="false"/></mujoco>`.
25+
3. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
26+
4. Added home keyframe.
27+
5. Added tracking light.
28+
6. Add frictionloss (not identified).
29+
7. Added armature based on reflected inertia values provided by the manufacturer.
30+
8. Switched to implicitfast and used position actuators with kp/kv semantics.
31+
32+
## License
33+
34+
This model is released under an [MIT License](LICENSE).

i2rt_yam/assets/model2.stl

512 KB
Binary file not shown.

i2rt_yam/assets/model2__10.stl

512 KB
Binary file not shown.

i2rt_yam/assets/model2__11.stl

243 KB
Binary file not shown.

i2rt_yam/assets/model2__12.stl

66.5 KB
Binary file not shown.

i2rt_yam/assets/model2__13.stl

512 KB
Binary file not shown.

0 commit comments

Comments
 (0)