Skip to content

Commit 4dc8bea

Browse files
committed
update to g1_with_hands for mujoco
1 parent 1db3c75 commit 4dc8bea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212
### Changed
1313

1414
- CICD: Disable fail-fast when testing loaders
15+
- Update `g1_mj_description` to load `g1_with_hands.xml` instead of `g1.xml`
1516

1617
## [1.20.0] - 2025-07-15
1718

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "unitree_g1")
2020

21-
MJCF_PATH: str = _path.join(PACKAGE_PATH, "g1.xml")
21+
MJCF_PATH: str = _path.join(PACKAGE_PATH, "g1_with_hands.xml")

0 commit comments

Comments
 (0)