Skip to content

Commit 751d014

Browse files
Merge branch 'jonzamora-main'
2 parents e2bd30d + 0d80120 commit 751d014

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ All notable changes to this project will be documented in this file.
1414
### Changed
1515

1616
- CICD: Disable fail-fast when testing loaders
17+
- Update `g1_mj_description` to load `g1_with_hands.xml` instead of `g1.xml`
18+
19+
### Fixed
20+
21+
- Update commit and URDF path of YAM description
1722

1823
### Fixed
1924

robot_descriptions/_repositories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class Repository:
205205
),
206206
"mujoco_menagerie": Repository(
207207
url="https://github.com/deepmind/mujoco_menagerie.git",
208-
commit="66384c6b8581c811a7b1eb63bcf4fa944fa43602",
208+
commit="c1503a62496b64222c64ff65dd652d461a5b064e",
209209
cache_path="mujoco_menagerie",
210210
),
211211
"nao_robot": Repository(

robot_descriptions/g1_mj_description.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "unitree_g1")
2020

2121
MJCF_PATH: str = _path.join(PACKAGE_PATH, "g1.xml")
22+
23+
MJCF_PATH_WITH_HANDS: str = _path.join(PACKAGE_PATH, "g1_with_hands.xml")

0 commit comments

Comments
 (0)