Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
### Changed

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

## [1.20.0] - 2025-07-15

Expand Down
2 changes: 1 addition & 1 deletion robot_descriptions/_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class Repository:
),
"mujoco_menagerie": Repository(
url="https://github.com/deepmind/mujoco_menagerie.git",
commit="66384c6b8581c811a7b1eb63bcf4fa944fa43602",
commit="c1503a62496b64222c64ff65dd652d461a5b064e",
cache_path="mujoco_menagerie",
),
"nao_robot": Repository(
Expand Down
2 changes: 1 addition & 1 deletion robot_descriptions/g1_mj_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

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

MJCF_PATH: str = _path.join(PACKAGE_PATH, "g1.xml")
MJCF_PATH: str = _path.join(PACKAGE_PATH, "g1_with_hands.xml")
Loading