Skip to content

Commit a6ebd06

Browse files
Update commit and URDF path of YAM description
It seems the commit history of the corresponding repository was rewritten.
1 parent 1db3c75 commit a6ebd06

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ All notable changes to this project will be documented in this file.
1313

1414
- CICD: Disable fail-fast when testing loaders
1515

16+
### Fixed
17+
18+
- Update commit and URDF path of YAM description
19+
1620
## [1.20.0] - 2025-07-15
1721

1822
### Added

robot_descriptions/_repositories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class Repository:
152152
),
153153
"i2rt": Repository(
154154
url="https://github.com/i2rt-robotics/i2rt.git",
155-
commit="8a8f804d72b41a04a5c69520031aec9a5d328104",
155+
commit="7809b5b17227162d265f922e2e10598c0e214322",
156156
cache_path="i2rt",
157157
),
158158
"icub-models": Repository(

robot_descriptions/yam_description.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
commit=_getenv("ROBOT_DESCRIPTION_COMMIT", None),
1717
)
1818

19-
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "robot_models/yam/assets")
19+
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "i2rt", "robot_models", "yam")
2020

21-
URDF_PATH: str = _path.join(REPOSITORY_PATH, "robot_models/yam/yam.urdf")
21+
URDF_PATH: str = _path.join(PACKAGE_PATH, "yam.urdf")

0 commit comments

Comments
 (0)